Christoph Jasinski
b91deedf22
Add You Don't Know JS to books
2015-03-30 00:41:28 +02:00
marcel-me
716a9658af
Add Eloquent JavaScript to books
2015-03-27 22:02:39 +01: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
Veikko Karsikko
78309e7ddb
Add Nordic Venture Family to organizations list
2015-03-26 10:22:35 +02: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
Bruno Ferreira
7c79b4e21c
Added T4R Technology to organizations list
2015-03-20 08:33:35 -03: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
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
Omar Duarte
b0a364dedb
Missed a semicolon
2015-02-12 00:11:37 -08:00
Carlos Andres Herrera
5406076002
Adding Nimbl3 to the organizations list
2015-02-12 12:23:23 +07:00
Eli White
80e698eb65
Using better examples
2015-02-08 09:39:51 -08:00
Eli White
533e9ea7ba
Adding comments about spacing between blocks
2015-02-07 23:35:19 -08:00
Jigsaw
cedfc81848
Update README.md
...
Add Chinese(Traditional) to Translation.
2015-02-04 19:18:48 +08:00
Davy Chiu
384d65e472
add Apartmint to list of organizations
2015-01-31 23:46:58 -05:00
Harrison Shoff
7a9ca5a78a
Merge pull request #230 from justjake/no-trailing-dot
...
put the dot with fn name when chaining
2015-01-30 13:30:40 -08:00
Jake Teton-Landis
33363af613
put the dot with fn name when chaining
2015-01-30 13:28:45 -08:00
Preston Parry
233c1db73a
Update README.md
2015-01-27 17:48:00 -08:00
Preston Parry
a280e9595f
Punctuation tweak
2015-01-21 23:04:39 -08:00
Leonardo Micheloni
b4c87b1ba9
Added Kinetica solutions to organizations list
2015-01-02 15:20:27 -03:00
Gabriel Pedro
7ab3b29463
Brazilian Portuguese Flag
2014-12-15 15:36:12 -03:00
Jake Teton-Landis
3c68fc4946
Reformat var change
2014-12-03 17:41:15 -08:00
Jake Teton-Landis
b61d52ca41
use JSDoc/Closure Compiler style type annotations
2014-12-01 14:28:20 -08:00
Jake Teton-Landis
8d51bd504b
Switch from single var to one-var-per-variable
...
Frontenders at Airbnb at have been discussing this change for a bit, and
we've come to favor one-var-per-variable over one-var-only declarations.
Two things improve the maintainability of this style over one var for
multiple variables:
1. You never have a diff of a line that's removing a `;` and inserting
a `,`.
2. You can't accidentally declare global variables because you have a
one-character mistake (semicolon instead of comma):
```javascript
var foo = 1,
bar = 2;
baz = 3; // added later and (accidentally) declared globally
```
2014-12-01 14:20:22 -08:00
Allan Bettarel
7f393a4120
Update README.md
...
Add StudentSphere in the list
2014-11-26 12:29:20 -05:00
Harrison Shoff
a224d0a156
[chat] add gitter badge
2014-11-16 20:06:19 -08:00
Harrison Shoff
b2357ce19a
[translations] use bigger, shinier flags
2014-11-16 20:05:13 -08:00
Harrison Shoff
4b24cc1c25
[translations] use gosquared flags for consistency
2014-11-16 19:59:48 -08:00
Maciej Jurczyk
90f3dc357f
Also the flag of the Portugal was missing
2014-11-15 00:45:20 +01:00
Maciej Jurczyk
2522afab5d
Also fixed Bulgarian flag icon
2014-11-15 00:43:30 +01:00
Maciej Jurczyk
da9103f11b
Fixed flag icon
2014-11-15 00:41:53 +01:00
Maciej Jurczyk
058e9adce3
Added a link to the translated tutorial
2014-11-15 00:33:44 +01:00
Harrison Shoff
d14b219b8a
[chat] add gitter badge
2014-11-12 17:03:37 +00:00
Harrison Shoff
0baa1054ed
[chat] add link to gitter, come chat with us about js
2014-11-12 16:56:56 +00:00
Joseandro Luiz
d4f2668784
Included Weggo as one of the style guide users
2014-11-03 14:13:53 +01:00
Harrison Shoff
ef4420bfa0
[in the wild] add InfoJobs. fixes #203
2014-10-29 00:17:44 -07:00
Harrison Shoff
21a44a7627
[in the wild] add Target
2014-10-29 00:15:03 -07:00
Sebastian Rönnlund
6cbf79a6e7
Added missing semicolon.
2014-10-27 21:27:07 +01:00
Francesc Puig
a02795efda
Catalan: added new translation
...
Update the translations section with a new translation that is in development.
2014-10-02 16:40:30 +02:00
Andrew Teich
aaf2f2e24b
Added author to Conditional Callbacks
...
On Line 1446, gave credit to Ross Allen who wrote Conditional Callbacks
2014-09-22 17:36:28 -07:00
Jose Joaquin Merino
6161375094
Added author in: Other Styles
...
JeongHoon Byun (https://github.com/outsideris ) created the website that this repo links to.
2014-09-22 12:35:31 -07:00
Alexander Jeng
cdb49a3478
Added author for JSBooks
2014-09-21 21:31:18 -07:00