https://github.com/vic/jwm-tt-js-ninja
JWM TechTalk. Becomming a JavaScript Ninja.
https://github.com/vic/jwm-tt-js-ninja
Last synced: 8 months ago
JSON representation
JWM TechTalk. Becomming a JavaScript Ninja.
- Host: GitHub
- URL: https://github.com/vic/jwm-tt-js-ninja
- Owner: vic
- Created: 2010-10-26T19:44:09.000Z (over 15 years ago)
- Default Branch: master
- Last Pushed: 2010-11-23T01:44:16.000Z (over 15 years ago)
- Last Synced: 2024-12-25T12:26:28.588Z (over 1 year ago)
- Language: JavaScript
- Homepage: http://vic.github.com/jwm-tt-js-ninja
- Size: 1.39 MB
- Stars: 3
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.textile
Awesome Lists containing this project
README
h1. Becomming a JavaScript Ninja
A ShowOff presentation for a techtalk at JWM Solutions.
h2. Audience
Developer
h2. Objective
Teach the art and craft of JavaScript.
h2. Overview
* JavaScript the new platform. (2 mins)
Talk about why JS is important, and why
its important to write beautiful code.
* Code Katas.
- Dont polute global namespace.
- Functionall programming ( underscore.js )
- CommonJS modules.