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
Ably Blog -
Ryan Bishop -
0x3d Site -
Rajat Patel -
Top comments (0)