Skip to content
Snippets Groups Projects
Commit 1293ae91 authored by CORONA Nikola's avatar CORONA Nikola
Browse files

TD5 Exercice 3

parent 344ac038
No related branches found
No related tags found
No related merge requests found
......@@ -30,3 +30,7 @@ export function multAdd(x: number, y: number): number {
// 1) on doit tester pour y negatif car il renvoit 1
const x = 2.1;
const y = 3.14;
console.log("Number.isInteger(x) =", Number.isInteger(x));
console.log("Number.isInteger(y) =", Number.isInteger(y));
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment