1/5
Looks like no tags are added yet.
Name | Mastery | Learn | Test | Matching | Spaced |
---|
No study sessions yet.
Javascript
programming language for the web
How to declare variables
var x, y;
How to assign values
x = 5; y = 6;
How to compute values
z = x + y;
==
tests for abstract quality
===
tests for strict quality