subject

JavaScript Concept quiz:

1) the versions of JavaScript that are fully supported by all modern browsers ( Except internet explorer 9) are:
A. ECMAScript 5, ECMAScript 6
B. ECMAScript 4, ECMAScript 5
C. ECMAScript 3, ECMAScript 5
D. None of the above

2) JavaScript is used to implement complex features on a
A. web page
B. learning management system
C. Hard drive
D. none of the above

3) computer programming tools that are used to store data are called
A. Tags
B. Boxes
C. variables
D. None of the above

4) var name = Scott; is the code to create a called "Scott"
A. value
B. name
C. variable
D. None of the above

5) the key difference between "var" and "let" variables is that
A. "var" can be re-defined and "let" cannot
B. "var" are short term, "let" are long term
C. "var" store graphic elements, "let" stores basic elements
D. None of the above

6) Hoisting in JavaScript is the process whereby declarations get moved to the
A. bottom
B. left side
C. top
D. None of the above

7) Im JavaScript, "/ /" is used to code
A. comments
B. variables
C. headers
D. None of the above

8) data types have two potential values - true and false.
A. null
B. variables
C. headers
D. None of the above

9) Using gives coders the ability to query data set data to create blueprints.
A. objects
B. comments
C. consoles
D. None of the above

10) The order of best mathematical operations used with coding JavaScript is known by the acronym

ansver
Answers: 2

Another question on Computers and Technology

question
Computers and Technology, 23.06.2019 14:30
Choose the answers that best complete each sentence. on average,are more expensive than other kinds of postsecondary schools. the cost of room and board includes. to save money, some students attend auniversity in their home state.
Answers: 2
question
Computers and Technology, 24.06.2019 05:30
Cómo pongo un tomo de llamada sin pagar?
Answers: 1
question
Computers and Technology, 24.06.2019 07:00
Why would a business likely use a java applet - to back up their data files for the business - to create a program that a customer can launch in their web browser - to create music on a powerpoint presentation - to organize files on their company directory
Answers: 3
question
Computers and Technology, 24.06.2019 13:50
Write a program that performs a simple n-body simulation, called "jumping leprechauns." this simulation involves n leprechauns, numberd 1 to n. it maintains a gold value g_i for each leprechaun i, which begins with each leprechaun starting out with a million dollars worth of gold, that is, g_i = 1000000 for each i = 1,. in addition, the simulation also maintains, for each leprachaun,i, a place on the horizon, which is represented as a double-precision floating point number, x_i. in each iteration of the simulation, the simulation processes the leprachauns in order. processing a leprachaun i during its iteration begins by computing a new place on the horizon for i, which is determined by the assignment:
Answers: 3
You know the right answer?
JavaScript Concept quiz:

1) the versions of JavaScript that are fully supported by all m...
Questions
question
History, 15.10.2020 20:01