-
What is the "smallest" number possible in JavaScript?
-
Explain why the following doesn't work as an IIFE. What needs to be changed to properly make it an IIFE?
function foo(){ }(); -
What is
arr.length?
var arr = [];
arr[10] = 'ten';What is the "smallest" number possible in JavaScript?
Explain why the following doesn't work as an IIFE. What needs to be changed to properly make it an IIFE?
function foo(){ }();
What is arr.length?
var arr = [];
arr[10] = 'ten';Number.MIN_VALUE-Infinity = -1/0Explain why the following doesn't work as an IIFE. What needs to be changed to properly make it an IIFE?
function foo(){ }();
What is arr.length?
var arr = [];
arr[10] = 'ten';