
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
21 questions
Python Basisc

Flashcard
•
University
21 questions
Javascript in Khan 1116

Flashcard
•
10th Grade
18 questions
Code.org CSP Unit 4 Review (23-24)

Flashcard
•
9th - 12th Grade
14 questions
AP Computer Science A Flashcard

Flashcard
•
12th Grade
20 questions
JavaScript Flashcard 2

Flashcard
•
9th - 12th Grade
18 questions
JavaScript Variables, Data Types, and Operators Flashcard

Flashcard
•
University
23 questions
CSP Unit 6 Review

Flashcard
•
12th Grade
20 questions
Web- жобалау

Flashcard
•
11th Grade
Popular Resources on Wayground
18 questions
Writing Launch Day 1

Lesson
•
3rd Grade
11 questions
Hallway & Bathroom Expectations

Quiz
•
6th - 8th Grade
11 questions
Standard Response Protocol

Quiz
•
6th - 8th Grade
40 questions
Algebra Review Topics

Quiz
•
9th - 12th Grade
4 questions
Exit Ticket 7/29

Quiz
•
8th Grade
10 questions
Lab Safety Procedures and Guidelines

Interactive video
•
6th - 10th Grade
19 questions
Handbook Overview

Lesson
•
9th - 12th Grade
20 questions
Subject-Verb Agreement

Quiz
•
9th Grade
Discover more resources for Computers
40 questions
Algebra Review Topics

Quiz
•
9th - 12th Grade
19 questions
Handbook Overview

Lesson
•
9th - 12th Grade
62 questions
Spanish Speaking Countries, Capitals, and Locations

Quiz
•
9th - 12th Grade
20 questions
First Day of School

Quiz
•
6th - 12th Grade
6 questions
Maier - AMDM - Unit 1 - Quiz 1 - Estimation

Quiz
•
12th Grade
21 questions
Arithmetic Sequences

Quiz
•
9th - 12th Grade
21 questions
9th Grade English Diagnostic Quiz

Quiz
•
9th - 12th Grade
7 questions
Characteristics of Life

Interactive video
•
11th Grade - University