Javascript

0.0(0)
studied byStudied by 1 person
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
Card Sorting

1/5

encourage image

There's no tags or description

Looks like no tags are added yet.

Study Analytics
Name
Mastery
Learn
Test
Matching
Spaced

No study sessions yet.

6 Terms

1
New cards

Javascript

programming language for the web

2
New cards

How to declare variables

var x, y;

3
New cards

How to assign values

x = 5; y = 6;

4
New cards

How to compute values

z = x + y;

5
New cards

==

tests for abstract quality

6
New cards

===

tests for strict quality