Unit 1: Playground Basics Flashcards
1
Q
For arithmetic calculations:
A
Multiplication *
Addition +
Subtraction -
Division /
2
Q
Comment
A
a note left above the original code
comments begin with two slashes
3
Q
Comment out
A
using double slashes
4
Q
Error
A
typically indicated in red
5
Q
Playground
A
A place where you can play and experiment with code
6
Q
Results sidebar
A
A grey area usually located on the right hand side of the editor
7
Q
For multiple comments, please use the following formula
A
/*
*/