
JavaScript Fundamentals – Variables and Input Function

Flashcard
•
Computers
•
12th Grade
•
Hard
Liwayway Macatimpag
FREE Resource
Student preview

24 questions
Show all answers
1.
FLASHCARD QUESTION
Front
What is a variable in JavaScript?
Back
A variable is a container for storing data values. It can hold values or expressions.
2.
FLASHCARD QUESTION
Front
What are the rules for naming variables in JavaScript?
Back
1. Must begin with a letter. 2. Case sensitive. 3. Cannot be a reserved word. 4. Cannot use special characters except underscore (_).
3.
FLASHCARD QUESTION
Front
What are JavaScript keywords?
Back
Keywords are reserved words in JavaScript that have special meaning, such as 'break', 'case', 'catch', 'function', etc.
4.
FLASHCARD QUESTION
Front
What are the six data types in JavaScript?
Back
1. Numbers 2. Booleans 3. Strings 4. Objects 5. Null 6. Undefined
5.
FLASHCARD QUESTION
Front
What is the difference between global and local variables?
Back
Global variables are accessible anywhere in the code, while local variables are only accessible within the function they are declared.
6.
FLASHCARD QUESTION
Front
How do you declare a global variable in JavaScript?
Back
By simply assigning a value to it, e.g., globalVariable = 100;
7.
FLASHCARD QUESTION
Front
How do you declare a local variable in JavaScript?
Back
By using the 'var' keyword within a function, e.g., var counter = 0;
Create a free account and access millions of resources
Similar Resources on Wayground
13 questions
IST_OPENING Final Exam Review 12.04

Flashcard
•
11th Grade
19 questions
IT340 CHAPTER 1

Flashcard
•
University
22 questions
Cybersecurity Final Review FALL24

Flashcard
•
University
25 questions
ORDINARIO PROGRAMACION

Flashcard
•
University
15 questions
Full Stack & JavaScript Essentials

Flashcard
•
University
17 questions
AP CSA Review Game — “Java Survival Skills”

Flashcard
•
12th Grade
21 questions
Java Programming Basics

Flashcard
•
12th Grade
20 questions
Scratch Test - New

Flashcard
•
9th - 12th Grade
Popular Resources on Wayground
20 questions
Brand Labels

Quiz
•
5th - 12th Grade
10 questions
Ice Breaker Trivia: Food from Around the World

Quiz
•
3rd - 12th Grade
25 questions
Multiplication Facts

Quiz
•
5th Grade
20 questions
ELA Advisory Review

Quiz
•
7th Grade
15 questions
Subtracting Integers

Quiz
•
7th Grade
22 questions
Adding Integers

Quiz
•
6th Grade
10 questions
Multiplication and Division Unknowns

Quiz
•
3rd Grade
10 questions
Exploring Digital Citizenship Essentials

Interactive video
•
6th - 10th Grade