#059 Javascript Interview Questions | JS Output based questions || JS Interview Prep #javascript

preview_player
Показать описание

#udemy #leetcode #geektrust #geeksforgeek #hackerrank #codechef #iit #uptu #aktu
Рекомендации по теме
Комментарии
Автор

if we wrap if condition in a paranthesis !(condition) like this then if block gets executed

AnkitSharma-oqwi
Автор

Logical hai .. mujhe kuch khass samja nhi shayed Mera knowledge ismai thoda Kam hai ya shayed no practice k wjese

AbhisheKhairnar
Автор

let randomValue=4

if(!(typeof randomValue ==="string")){
console.log("1")
}else{
console.log("1-false")
}
if(!typeof randomValue ==="string"){
console.log("2")
}else{
console.log("2-fasle")
}
if(typeof randomValue !=="string"){
console.log("3")
}else{
console.log("3-false")
}
/***
*
* 1
2-fasle
3
*/

singhkr
visit shbcf.ru