1914 Commits

Author SHA1 Message Date
Josh Perez
c496b7e840 Merge pull request #314 from Flexberry/master
Add Flexberry to the organizations list
2015-04-17 08:28:46 -07:00
nagits
64013fb578 Add Flexberry to the organizations list 2015-04-17 18:28:05 +05:00
Harrison Shoff
56f2aad65a Merge pull request #312 from lvarayut/patch-1
Add Thai language version
2015-04-15 21:20:33 -07:00
Varayut Lerdkanlayanawat
67dda213b8 Add Thai language version 2015-04-16 10:12:06 +07:00
Harrison Shoff
b893ce0daf Merge pull request #272 from RobLoach/eslint
Add ESLint support
2015-04-08 10:53:56 -07:00
Harrison Shoff
d5cddf836c Merge pull request #292 from sunshinewyin/master
Fix minor punctuation errors in README
2015-04-08 10:52:36 -07:00
Harrison Shoff
ddbc7aa0fd Merge pull request #295 from airbnb/fix-whitespace-ex
[whitespace] class => classed. fixes #294
2015-04-06 18:02:06 -07:00
Harrison Shoff
540365c4cc [whitespace] class => classed. fixes #294 2015-04-06 18:00:36 -07:00
Josh Perez
0501155c5e Merge pull request #283 from marcioos/master
Rephrasing Array#push style guide
2015-04-05 21:05:51 -07:00
Josh Perez
7ed9511a2f Merge pull request #288 from RKushnir/master
Fix a typo in selector
2015-04-05 21:05:41 -07:00
Josh Perez
e2688acf30 Merge pull request #293 from honzi/honzi-patch-1
Alphabetized Translation links
2015-04-05 21:03:36 -07:00
Rob Loach
87ea8909d8 fix(one-var): Add one-var setting from @nkbt 2015-04-05 23:04:13 -04:00
Jan Hořava
999a9f3dc5 Alphabetized Translation links 2015-04-05 14:51:18 -07:00
Sunshine Yin
6cda67e2f5 Fix minor punctuation errors
(1) BEFORE: Never name a parameter `arguments`, this will take precedence over the `arguments` object.
AFTER: Never name a parameter `arguments`. This will take precedence over the `arguments` object.

(2) BEFORE: Variable declarations get hoisted to the top of their scope, their assignment does not.
AFTER:
Variable declarations get hoisted to the top of their scope, but their assignment does not.

(3) BEFORE: for multiline comments
AFTER: for multi-line comments

(4)BEFORE: It’s okay to write a custom toString() method, just make sure
AFTER: It's okay to write a custom toString() method. Just make sure
2015-04-05 12:57:01 -07:00
Roman
ebe8cb253d Fix a typo in selector 2015-04-04 11:47:48 +03:00
Marcio Oliveira
4b012cddf3 Rephrasing Array#push style guide 2015-04-03 19:51:16 -03:00
Josh Perez
483bc27a7c Merge pull request #277 from adult-swim/airbnb
Added Adult Swim to In the Wild section
2015-04-02 12:46:31 -07:00
Justin Gardner
2bccaf6203 Added Adult Swim to In the Wild section 2015-04-02 20:40:40 +01:00
Rob Loach
3058e38d01 fix(eslint): Remove amd and jquery from env 2015-04-02 12:36:42 -04:00
Harrison Shoff
615dc76f63 [whitespace] remove dots, they look bad 2015-04-02 09:13:38 -07:00
Harrison Shoff
369fdb8f56 [whitespace] add dots for whitespace examples 2015-04-02 09:12:33 -07:00
Harrison Shoff
2d15deca86 Merge pull request #274 from tomekwi/paren-whitespace
Specify whitespace rules for parentheses
2015-04-02 09:09:46 -07:00
Tomek Wiszniewski
2e51880f10 Specify whitespace rules for parentheses
Based on existing examples and <http://sideeffect.kr/popularconvention/#javascript>.
2015-04-02 04:10:21 +02:00
Rob Loach
dbbdec3f29 feat(eslint): Add ESLint linting support 2015-04-01 17:39:32 -04:00
Harrison Shoff
520b6d658f [resources] add link to standard style by @feross 2015-03-30 13:07:29 -07:00
Harrison Shoff
6c461ff155 Merge pull request #266 from sleeptillseven/master
Add You Don't Know JS to books
2015-03-30 09:16:19 -07:00
Christoph Jasinski
b91deedf22 Add You Don't Know JS to books 2015-03-30 00:41:28 +02:00
Josh Perez
adea1d19ab Merge pull request #262 from marcel-me/master
Add Eloquent JavaScript to books
2015-03-27 15:58:28 -07:00
marcel-me
716a9658af Add Eloquent JavaScript to books 2015-03-27 22:02:39 +01:00
Harrison Shoff
aad2bf8d02 Merge pull request #260 from joeframbach/patch-1
String concat code blocks were not equivalent.
2015-03-27 11:00:59 -07:00
Joe Frambach
3dc4b5edc8 String concat code blocks were not equivalent.
If the array is empty, the "bad" code will return `<ul></ul>` and the "good" code will return `<ul><li></li></ul>`.

Although I would prefer this over the for loop:

    function inbox(messages) {
      items = messages.map(function(message) {
        return '<li>' + message.message + '</li>';
      });

      return '<ul>' + items.join('') + '</ul>';
2015-03-27 10:40:15 -07:00
Josh Perez
d8564cfaed Merge pull request #258 from CodeDistillery/master
Add Nordic Venture Family to organizations list
2015-03-26 01:30:30 -07:00
Veikko Karsikko
78309e7ddb Add Nordic Venture Family to organizations list 2015-03-26 10:22:35 +02:00
Estelle
5fd7c6f08c added naming convention of UPPERCASE names 2015-03-23 18:48:19 -07:00
Harrison Shoff
18abccb651 Merge pull request #238 from jigsawye/patch-1
Update README.md
2015-03-21 11:22:05 -07:00
Harrison Shoff
114f03539b Merge pull request #250 from vprasanth/master
Added a book to book list and created Podcasts section
2015-03-21 11:19:39 -07:00
Harrison Shoff
8368886f5e Merge pull request #253 from T4R-Technology/master
Added T4R Technology to organizations list
2015-03-21 11:05:45 -07:00
Bruno Ferreira
7c79b4e21c Added T4R Technology to organizations list 2015-03-20 08:33:35 -03:00
Josh Perez
fa64b975c3 Merge pull request #252 from fvanderwielen/patch-1
Fixes #251 - Rename Conditional Expressions section
2015-03-16 15:46:04 -07:00
fvanderwielen
3eef511fd6 Fixes #251 - Rename Conditional Expressions
As per issue #251, renames section Conditional Expressions & Equality to Comparison Operators & Equality, as the section is not about the Elvis operator :)
2015-03-16 23:05:09 +01:00
Prasanth Vaaheeswaran
c6191f834b Formatting updated for Podcasts 2015-03-13 13:40:45 -04:00
Prasanth Vaaheeswaran
02d3f52402 Created Podcasts section 2015-03-13 13:39:15 -04:00
Prasanth Vaaheeswaran
5a01165dbb Added a book to the book list
- Added Effective JavaScript: 68 Specific Ways to Harness the Power of JavaScript
2015-03-13 13:35:47 -04:00
Spike Brehm
b3e83dcaa5 Merge pull request #249 from justjake/jake/react-style
If your file exports a single class, your filename should be exactly the name of the class.
2015-03-11 16:07:05 -07:00
Jake Teton-Landis
e9b573287c naming files containing one class 2015-03-11 15:01:14 -07:00
Harrison Shoff
20cce8f60d Merge pull request #248 from justjake/else
add `else` to docs
2015-03-10 20:07:48 -07:00
Jake Teton-Landis
af096c8a94 add else to docs 2015-03-10 16:50:20 -07:00
Harrison Shoff
656a8f6781 [in the wild] add @Jam3 2015-03-03 12:45:16 -08:00
Harrison Shoff
b49d58ff0b [resources] add frontend guidlines by @bendc 2015-02-25 00:28:55 -08:00
Harrison Shoff
60c8972c29 Merge pull request #241 from nimbl3/master
Adding Nimbl3 to the organizations list
2015-02-12 09:03:00 -08:00