Section 1

Preview this deck

==

Front

Star 0%
Star 0%
Star 0%
Star 0%
Star 0%

0.0

0 reviews

5
0
4
0
3
0
2
0
1
0

Active users

0

All-time users

0

Favorites

0

Last updated

6 years ago

Date created

Mar 14, 2020

Cards (10)

Section 1

(10 cards)

==

Front

Operator - checks to see if two values are the same

Back

||

Front

Operator - checks to see if either two operators are true (or statement)

Back

>=

Front

Operator- checks to see if a value is greater then another, or equal

Back

var

Front

Variable - Stores a Value, can be changed after

Back

if

Front

If Statement - compares two or more values

Back

!=

Front

Operator- checks to see if two values are not the same

Back

&&

Front

Operator - checks to see if both two operators are true (and statement)

Back

<=

Front

Operator- checks to see if a value is less then another, or equal

Back

func

Front

Function - Can be called to complete certain tasks

Back

let

Front

Constant - Stores a Value, but can not be change after

Back