8000 GitHub - kumarldh/My-JS-notes: JavaScript notes & experiments
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

kumarldh/My-JS-notes

Repository files navigation

My JavaScript notes. JS fascinates me and confuses me. Following JS code is from WTFJS

var foo = [0];
console.log(foo == !foo); //returns true
console.log(foo == foo); //returns true

ಠ_ಠ

All notes depend on node.js untill & unless a window object is used, in which case, I either used Google Chrome or Firefox

About

JavaScript notes & experiments

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
0