Skip to content

Commit a1f5dc8

Browse files
committed
Fix columns
ref javascript-society#13
1 parent 2758936 commit a1f5dc8

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

README.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
## Essential Path
1313

1414
Topic | Books | Price | Release
15-
:-- | :-- | :--:
15+
:-- | :-- | :--: | :--:
1616
Basic JavaScript | [Eloquent JavaScript](http://eloquentjavascript.net/) | :free: | December 2014
1717
Tooling | [JavaScript Application Design](https://www.manning.com/books/javascript-application-design) | :moneybag: | January 2015
1818
ES6 | [Exploring ES6](http://exploringjs.com/es6/) | :free: | -
@@ -32,7 +32,7 @@ Practical Project | [Human JavaScript](http://read.humanjavascript.com/) | :free
3232
### General Concepts
3333

3434
Books | Price | Release
35-
:-- | :--:
35+
:-- | :--: | :--:
3636
[Secrets of the JavaScript Ninja, Second Edition](https://www.manning.com/books/secrets-of-the-javascript-ninja-second-edition) | :moneybag: | January 2016 (estimated)
3737
[Effective JavaScript](http://effectivejs.com/) | :moneybag: | December 2012
3838
[You Don't Know JS](https://github.com/getify/You-Dont-Know-JS) | :free: | -
@@ -44,33 +44,33 @@ Books | Price | Release
4444
### ES6
4545

4646
Books | Price | Release
47-
:-- | :--:
47+
:-- | :--: | :--:
4848
[Understanding ECMAScript 6](https://leanpub.com/understandinges6/read/) | :free: | -
4949

5050
### Testing
5151

5252
Books | Price | Release
53-
:-- | :--:
53+
:-- | :--: | :--:
5454
[Test-Driven JavaScript Development](http://tddjs.com/) | :moneybag: | September 2010
5555
[Behaviour Driven Development with JavaScript](http://www.amazon.com/Behaviour-Driven-Development-JavaScript-introduction-ebook/dp/B00CYMN3J2) | :moneybag: | November 2013
5656

5757
### Functional Programming
5858

5959
Books | Price | Release
60-
:-- | :--:
60+
:-- | :--: | :--:
6161
[Mostly Adequated Guide to Functional Programming](https://drboolean.gitbooks.io/mostly-adequate-guide/) | :free: | -
6262
[Functional JavaScript](http://shop.oreilly.com/product/0636920028857.do) | :moneybag: | June 2013
6363

6464
### Object-Oriented Programming
6565

6666
Books | Price | Release
67-
:-- | :--:
67+
:-- | :--: | :--:
6868
[The Principles of Object-Oriented JavaScript](http://shop.oreilly.com/product/9781593275402.do) | :moneybag: | February 2014
6969

7070
### Performance
7171

7272
Books | Price | Release
73-
:-- | :--:
73+
:-- | :--: | :--:
7474
[High Performance JavaScript](http://shop.oreilly.com/product/9780596802806.do) | :moneybag: | March 2010
7575

7676
## How to use this list

0 commit comments

Comments
 (0)