open_in_new
content_copy
var num1 = 9/0; //Infinity var num2 = -9/0; //-Infinity var num3 = "abc"/2; // NaN;