Skip to content

Instantly share code, notes, and snippets.

View eorroe's full-sized avatar

Buddha Rey eorroe

  • @the3dwin
  • Miami, Florida
View GitHub Profile
@eorroe
eorroe / default.js
Created May 5, 2015 23:05
Default Parameters
function foo(a=5) {
console.log(a);
}
a() //This should log 5
a(undefined) //This should log undefined what's the point of passing undefined if passing nothing does the same
function foo2(a=5, b=10) {
console.log(a, b);
@eorroe
eorroe / My Extensions
Last active March 11, 2020 17:22
Extensions I use. (Will keep updated, may delete ones I don't use anymore)
BetterTweetDeck 3
Black Menu for Google™
Chrome Remote Desktop
Copy All Urls
Copycat
Emoji Keyboard (2016) by EmojiOne™
Free Proxy to Unblock any sites | Touch VPN
Ghostery
Google When?
Grammarly for Chrome