xvolik / PowerIT

Internship
0 stars 0 forks source link

Incorect comparission. need to check type also #2

Open sergiuchilat opened 2 years ago

sergiuchilat commented 2 years ago

https://github.com/xvolik/PowerIT/blob/34c91f460bf7c6ab80948a9e6953eaa78b2f8835/JS%20Syntax/task%202.html#L18

xvolik commented 2 years ago

Added spaces, changed "i <=b" to "i < b" and "==" to "==="

sergiuchilat commented 2 years ago

I don't see any changes

xvolik commented 2 years ago

commited