1/5
Looks like no tags are added yet.
Name | Mastery | Learn | Test | Matching | Spaced | Call with Kai |
|---|
No analytics yet
Send a link to your students to track their progress
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