Intro to JavaScript - "Hello World"

0.0(0)
Studied by 0 people
call kaiCall Kai
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
GameKnowt Play
Card Sorting

1/15

flashcard set

Earn XP

Description and Tags

A set of flashcards covering basic concepts, definitions, and functionalities in JavaScript as introduced in the lecture.

Last updated 2:27 PM on 3/26/26
Name
Mastery
Learn
Test
Matching
Spaced
Call with Kai

No analytics yet

Send a link to your students to track their progress

16 Terms

1
New cards

What is a programming language?

A set of instructions that tell a computer what to do and how to do it.

2
New cards

What is JavaScript?

A programming language used to add interactivity and dynamic behaviour to web pages; 98% of websites use JS.

3
New cards

What is Node.js?

An open source cross platform runtime environment for executing JS code outside of a web browser.

4
New cards

What is debugging?

The process of identifying and fixing errors in code.

5
New cards

What are variables?

Containers for storing information in programming.

6
New cards

What does 'let' do in JavaScript?

Declares a variable that can be reassigned.

7
New cards

What does 'const' do in JavaScript?

Declares a variable that cannot be changed and should remain constant.

8
New cards

What is a string in JavaScript?

A data type that represents a string of characters, used to store textual information.

9
New cards

What is the difference between 'undefined' and 'null'?

'Undefined' indicates a variable that hasn’t been assigned a value; 'null' means a variable intentionally holds no value.

10
New cards

What is an arithmetic operator?

Symbols that perform mathematical operations, like addition (+) and subtraction (-).

11
New cards

What is concatenation in JavaScript?

Joining two or more strings together to create a longer string.

12
New cards

What is an array?

A data type that allows us to store multiple elements within a single variable.

13
New cards

What is syntax in programming?

A set of rules that defines how symbols and characters can be used in code.

14
New cards

What is the purpose of comments in JavaScript?

To describe parts of code, helping other programmers understand it.

15
New cards

What does the + operator do when used with strings?

It concatenates strings together.

16
New cards

What is interpolation in JavaScript?

Including variables directly within strings, recognized by backticks and the $ sign.

Explore top flashcards

flashcards
AP gov
152
Updated 1172d ago
0.0(0)
flashcards
Cells Structure
30
Updated 1234d ago
0.0(0)
flashcards
Islam Glossary
41
Updated 160d ago
0.0(0)
flashcards
FDNT 151 test 1
80
Updated 1150d ago
0.0(0)
flashcards
Grade 10 plant biology
74
Updated 1059d ago
0.0(0)
flashcards
Exam Three Flashcards
87
Updated 737d ago
0.0(0)
flashcards
Anatomy Quiz 2
29
Updated 211d ago
0.0(0)
flashcards
AP gov
152
Updated 1172d ago
0.0(0)
flashcards
Cells Structure
30
Updated 1234d ago
0.0(0)
flashcards
Islam Glossary
41
Updated 160d ago
0.0(0)
flashcards
FDNT 151 test 1
80
Updated 1150d ago
0.0(0)
flashcards
Grade 10 plant biology
74
Updated 1059d ago
0.0(0)
flashcards
Exam Three Flashcards
87
Updated 737d ago
0.0(0)
flashcards
Anatomy Quiz 2
29
Updated 211d ago
0.0(0)