Pinned Loading
-
history-of-javascript
history-of-javascript PublicProject "History of JavaScript"
-
-
xkbswitch-macosx
xkbswitch-macosx PublicConsole keyboard layout switcher for MacOS
-
awesome-mobile-web-development
awesome-mobile-web-development PublicAll that you need to create a great mobile web experience
-
programming_in_haskell
programming_in_haskell PublicMy Solutions for Programming in Haskell by Graham Hutton
-
11 Ways to Invoke a Function
11 Ways to Invoke a Function 1console.log(1);
2(_ => console.log(2))();
3eval('console.log(3);');
4console.log.call(null, 4);
5console.log.apply(null, [5]);
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.