last
This commit is contained in:
parent
a27155555f
commit
b4202191a1
@ -14,4 +14,7 @@ let myVariable2 = '5'
|
||||
myVariable1 = '20'
|
||||
myVariable2 = 100
|
||||
|
||||
Number(myVariable1)
|
||||
Number(myVariable2)
|
||||
// Напишите код здесь
|
||||
myVariable1 <= myVariable2 ? console.log("True") : console.log("False")
|
||||
@ -8,5 +8,7 @@
|
||||
* 3. Проверьте ассоциативность самостоятельно
|
||||
*/
|
||||
|
||||
const myNumber1 = 10 // 10 = 3 + 3 + 3 + 1
|
||||
const myNumber1 = 11 // 10 = 3 + 3 + 3 + 1
|
||||
const myNumber2 = 3
|
||||
|
||||
console.log(myNumber1 % myNumber2)
|
||||
Loading…
Reference in New Issue
Block a user