My JavaScript Testing day 1











*Result
1.7976931348623157e+308
5e-324
Here are some escaped character " ' \
First String Second String
Length of string: 26
Substring of string: String
Last character: g
Index of T is: 4
10 + 5 = 105
10 * 5 = 50
10 + 10 = 15
Shortened PI 3.14159
Integer PI 3
Datatype of float_str string
Datatype of float_var number
Boolean of 23 is true
Is 5 > 10 false
Is 5 < 10 true
Is 5 >= 10 false
Is 5 == 10 false
Is 5 != 10 true
Is 5 < 10 and 5 != 10 true
Is 5 > 10 or 5 != 10 true
Is 5 < 10 false
The second item in the array is: truck
Value in array car
Value in array truck
Value in array van
rand_var equals 5 is less than 10
5 is less than 10
same as me
2
4
10
0
1
2
3
4
5
6
7
8
9
10
Previous Post Next Post