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
mostafa abbac -
Dmitrii -
JUDE EZE -
Khalif AL Mahmud -
Top comments (0)