0.0.1 • Published 10 years ago

smth v0.0.1

Weekly downloads
2
License
WTFPL
Repository
github
Last release
10 years ago

Something.js

Adds something to your window

Something.js adds something variable that equals different window properties every time you try to get its value.

Usage

<script src="something.js"></script>

And now just use something!

console.log(typeof something) //'function'
console.log(typeof something) //'object'
console.log(typeof something) //'boolean'
console.log(typeof something) //'object'
console.log(typeof something) //'null'

You can compare your variables with something:

if(myVariable === something){
  //...your code
}
0.0.1

10 years ago