Skip to content

juan267/lighthing-talks

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 

Repository files navigation

#Lighthing Talks

Lightning talks are 45 minute talks covering a topic or answering a question. Because you only have 45 minutes, you must prioritize what is the most important part of a topic.

Everyone will do a lightning talk every week. To volunteer for a talk:

  1. Check if there are any open pull request to the guide for lightning talks. Merge these into master(on github).
  2. Clone a copy of the this repo to your local machine (if you have previously cloned then pull the latest version of master).
  3. Create a branch named "your-name-volunteers-for--talk-x-on-day-y"
  4. Put your name in front of the talk title.
  5. Submit a pull request! (and get someone else to merge it)

Week 1 Lightning Talks

wednesday: JS basics!

  • function foo() {} vs var foo = function() {}
  • == vs === //Hugo E
  • variable scope and shadowing Juancho
  • debugger Marcela

Thursday: Goddamn it, JavaScript.

  • when do I need a semicolon? //Hugo E
  • why do you pass false to .addEventListener() as its third argument?
  • traversing the DOM in vanilla JavaScript without querySelector or querySelectorAll
  • ECMAScript

Friday: JavaScript under the hood.

  • hoisting -- niels Friday!
  • .call() and .apply()
  • .bind() - CM Juancho
  • event delegation - El Alejo

###Resources

JavaScript

JavaScript Frameworks and Libraries

Debugging JavaScript

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors 5