© 2026 LinearBytes Inc.
Search posts, tags, users, and pages
Atul Sharma
Full Stack Developer | Cloud Native Applications
Their are 2 things in first request while the second one is pretty straight.
if( true ) { console.log('Hello'); }
is equivalent to
true && console.log('Hello');
and another one is using, instead of new lines.
,