Can you find the mistake in this code?? #coding #javascript #programming

preview_player
Показать описание
Subscribe for daily content.
Рекомендации по теме
Комментарии
Автор

value == 5 not "="
Also i dont dont know the character integer rule of which language it is so i dont know exactly if "5" And 5 makes a difference
If it is c then yes we have to write "5" Or its ascii value(53) but its fine for may be languages like js or something

orangesite
Автор

const value = "5" ; ❌
const value = 5 ; ✅

Cerium_Playz
Автор

" 5 " 5
Char and string only declare under " " ....

rajkumar
welcome to shbcf.ru