Discuss, Learn and be Happy דיון בשאלות

help brightness_4 brightness_7 format_textdirection_r_to_l format_textdirection_l_to_r

In JavaScript, we do not have datatypes like integer and float. What is the function that can be used to check if the number is an integer or not?

1
done
by
מיין לפי

Predict the output on the console for the following JavaScript code <script> ;"let myName = "Geek ;"let myCity = "Geekistan console.log(`My name is ${myName}. My favorite city is .{myCity}$ <script/>

1
mood
by
מיין לפי

Predict the output on the console for the following JavaScript code. <script> ;'let geek = 'GeeksforGeeks ;(console.log(typeof geek ;geek=1 ;(console.log(typeof geek <script/>

1
done
by
מיין לפי

Which of the following is an advantage of using JavaScript?

1
done
by
מיין לפי

Which function of an Array object calls a function for each element in the array?

1
done
by
מיין לפי

JavaScript is a ____ Side Scripting Language

1
done
by
מיין לפי

Predict the output on the console for the following JavaScript code } ()function geek } (if(true ; var a = 5 { ;(document.write(a { ;()geek <script/>

1
done
by
מיין לפי

JavaScript is ____ language

1
done
by
מיין לפי

Predict the output of the following JavaScript Code <"script type="text/javascript> --!> ;("document.write("Hello <--// <script/>

1
done
by
מיין לפי

What is the syntax for creating a function in JavaScript named as Geekfunc?

1
done
by
מיין לפי