-
@FlavienLefebvre @NosCandidats [] + [] = '' [] + {} = '[object Object]' {} + [] = 0 {} + {} = NaN Array(16).join('wat' - 1) + ' Batman' = 'NaNNaNNaNNaNNaNNaNNaNNaNNaNNaNNaNNaNNaNNaNNaN Batman'
-
@FlavienLefebvre @NosCandidats isNaN(undefined); // true isNaN({}); // true isNaN("37,25"); // true isNaN("123ABC"); // true isNaN(new Date().toString()); // true isNaN("blabla") // true
-
@FlavienLefebvre @NosCandidats Je te laisse aussi trouver ce que fait ce code… gist.github.com/aeris/7dee78d809a1f0d9dc1d