-
What are the primitive data types in JavaScript?
-
What is the difference between == and === ?
-
What is a global variable? When is it appropriate to use a global variable?
-
What is ES6?
-
What is the scope of a variable in JavaScript?
-
Write a function that outputs " plus is ", given two variables.
-
Write the JS to count the number of times a button is clicked.
-
Write 3 different ways to output every item in an Array.
-
Explain the
thiskeyword in JavaScript. -
Explain the purpose of
prototypein JavaScript. -
How can you write Object-Oriented code in JavaScript?
-
How do you convert from a string to an integer? How do you convert from a string to a decimal number?