Commit Graph

1117 Commits

Author SHA1 Message Date
Jason Edelman
cce1a2d3e0 Update README.md
always define your variables at the top. defining them elsewhere is confusing because of hoisting. there is no block scope in javascript.
2013-11-08 11:06:43 -08:00
Aleksey Smolenchuk
65a86bc4a6 Format object array to conform to whitespace guidelines 2013-11-07 17:23:47 -05:00
Harrison Shoff
95b6b5f6c9 Merge pull request #93 from paolocarrasco/patch-1
Adding a Spanish version to the list of translations
2013-10-31 16:30:48 -07:00
Paolo Carrasco
16acfdad65 Adding a Spanish version to the list of translations 2013-10-31 20:42:31 -02:00
Harrison Shoff
9d17310d29 [resources] add additional helpful resources. fixes #92 2013-10-31 12:08:25 -07:00
Harrison Shoff
fcdf61c9ec Merge pull request #91 from jdhartley/patch-1
Fix jQuery selector with context param order
2013-10-28 13:58:20 -07:00
JD Hartley
e84b63c07f Fix jQuery selector with context param order
`$(selector, parent)`

See: http://api.jquery.com/jQuery/#jQuery-selector-context
2013-10-28 14:15:37 -05:00
Harrison Shoff
6394ca8dd8 [jquery] the faster lookup isn't actually faster. Fixes #90 2013-10-25 14:20:42 -07:00
Harrison Shoff
5a769c1c0e [resources] add superhero.js 2013-10-24 13:37:02 -07:00
Harrison Shoff
c4a44b5753 [resources] add human javascript 2013-10-21 09:57:17 -07:00
Harrison Shoff
6cc601729f Merge pull request #89 from AnSavvides/master
Add Secrets of the JavaScript Ninja to list of books
2013-10-21 09:40:42 -07:00
Andreas Savvides
7b40bfba47 Add Secrets of the JavaScript Ninja to list of books 2013-10-21 14:59:46 +01:00
Harrison Shoff
a3696770f2 Merge pull request #88 from DeanXu/patch-1
better?
2013-10-14 07:37:49 -07:00
徐迪行
5c30b95cd4 better? 2013-10-14 12:44:47 +08:00
Harrison Shoff
c4ebea97b8 Merge pull request #86 from nicoder/patch-1
fix typo (i think)
2013-10-10 15:05:07 -07:00
Harrison Shoff
96b69c4f09 Merge pull request #87 from nicoder/patch-2
"declare each variable on a newline"
2013-10-10 15:04:27 -07:00
nicoder
701311ecd9 "declare each variable on a newline"
for consistency with another rule below
2013-10-10 23:05:17 +02:00
nicoder
a37d284b20 fix typo (i think) 2013-10-10 23:00:39 +02:00
Harrison Shoff
c8442b484c [modules] add link to @reissbaker's explanation of bangs, cat, ASI, and newlines 2013-09-30 15:38:22 -07:00
Harrison Shoff
a0cefb8162 [in the wild] add grooveshark 2013-09-16 10:54:48 -07:00
Harrison Shoff
39b4c020ef [type casting] add opening code block 2013-08-08 10:58:15 -07:00
Harrison Shoff
020fe03872 [objects] update discussion on reserved word usage. fixes #61 2013-08-07 16:08:38 -07:00
Harrison Shoff
ae425f03ed [type casting] move explanation about bitshift closer to example code. fixes #80 2013-08-07 13:07:24 -07:00
Harrison Shoff
17c8be1117 Merge pull request #79 from compasslearning/master
[in the wild] add Compass Learning
2013-08-05 14:39:10 -07:00
Bishop Zareh
c320da1b77 Merge pull request #1 from airbnb/master
updating from airbnb
2013-08-05 14:23:03 -07:00
Bishop Zareh
afd3ed0056 adding Compass as an implementor 2013-08-05 16:17:26 -05:00
Harrison Shoff
a2ee12ed4b Merge pull request #78 from adamlu/patch-1
Update README.md
2013-08-01 15:31:21 -07:00
Adam
ede18e7aa9 Update README.md 2013-08-01 21:00:01 +08:00
Harrison Shoff
6a749befe8 [in the wild] add National Park Service 2013-07-29 16:29:28 -07:00
Harrison Shoff
12d3f05a4b [in the wild] add ZocDoc 2013-07-12 13:56:02 -07:00
Harrison Shoff
bf87eec199 [commas] add section on additional trailing commas. fixes #75 2013-07-11 12:06:25 -07:00
Harrison Shoff
e3e3cc1a4e [resources] add section for further reading, closures. fixes #64 2013-07-02 10:34:21 -07:00
Harrison Shoff
3cea9f56f0 Merge pull request #73 from airbnb/event-payloads
[events] add events section, pass a hash not a raw value
2013-07-01 14:12:24 -07:00
Nirav Sanghani
412a7f972c Use explanation from #71 2013-07-01 13:25:34 -07:00
Harrison Shoff
7d7c1c799c [events] add period 2013-07-01 13:02:09 -07:00
Harrison Shoff
18485bd186 [events] add events section, pass a hash not a raw value 2013-07-01 12:44:41 -07:00
Harrison Shoff
8335ffadb4 [whitespace] use single quotes for strings. fixes #68 2013-05-08 10:28:13 -07:00
Harrison Shoff
cb7b261028 [in the wild] add General Electric 2013-04-30 17:13:54 -07:00
Spike Brehm
948ccd9269 Add note about converting array-like objects to Array 2013-04-22 10:31:01 -07:00
Spike Brehm
32a4a8f892 Merge pull request #66 from SiPlus/master
Change Array.prototype.slice.call(items) to items.slice()
2013-04-19 07:54:41 -07:00
SiPlus
c96672368a Array.prototype.slice.call -> .slice 2013-04-19 15:23:41 +04:00
Harrison Shoff
67d2f39f87 Merge pull request #65 from armoucar/master
pt-BR Translation
2013-04-03 14:19:11 -07:00
Arthur Moura Carvalho
8aeebc9876 Portuguese Translation (pt-BR) 2013-04-03 14:39:59 -03:00
Harrison Shoff
40f18c5b31 [in the wild] add userify 2013-03-20 13:45:32 -07:00
Harrison Shoff
20c48f19d6 Merge pull request #63 from kairosagency/jqueryfix
Fixed small error in jQuery selector example
2013-03-20 13:36:38 -07:00
Alexandre Assouad
f435429b98 Fixed small error in jQuery selector example
$('.sidebar > ul') instead of $('.sidebar > .ul')
2013-03-20 18:49:50 +01:00
Harrison Shoff
cad9032e7c [comments] add FIXME and TODO annotations. Fixes #62 2013-03-17 15:46:26 -07:00
Harrison Shoff
a15b27e670 [in the wild] add modcloth and zillow 2013-03-11 11:07:37 -07:00
Harrison Shoff
d5e0a5e7e3 [in the wild] remove GoCardless 2013-03-06 16:51:16 -08:00
Harrison Shoff
91a2b3db5b Merge pull request #56 from qorbani/master
Fix links in "In the Wild" and "The JavaScript Style Guide Guide" sections
2013-03-06 16:48:55 -08:00