const str = 'scripting'
console.log(!!str)
console.log(str == true)
console.log(str ? 'true' : 'false')
*Perhaps, we can start from here. Tell us what'd be logged in your console...
*
const str = 'scripting'
console.log(!!str)
console.log(str == true)
console.log(str ? 'true' : 'false')
*Perhaps, we can start from here. Tell us what'd be logged in your console...
*
For further actions, you may consider blocking this person and/or reporting abuse
Guru prasanna -
Chen Debra -
Bill Galston -
keploy -
Top comments (0)