Skip to content

Commit 62b6caa

Browse files
committed
Merge pull request javascript-society#18 from ericdouglas/master
Add emojis in Price column javascript-society#17
2 parents 4c4bbd1 + b2f1826 commit 62b6caa

File tree

1 file changed

+27
-27
lines changed

1 file changed

+27
-27
lines changed

README.md

Lines changed: 27 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -17,65 +17,65 @@
1717

1818
Topic | Books | Price
1919
:-- | :-- | :--:
20-
Basic JavaScript | [Eloquent JavaScript](http://eloquentjavascript.net/) | `free`
21-
Tooling | [JavaScript Application Design](https://www.manning.com/books/javascript-application-design) | `paid`
22-
ES6 | [Exploring ES6](http://exploringjs.com/es6/) | `free`
23-
Testing | [JavaScript Testing Recipes](http://jstesting.jcoglan.com/) | `paid`
24-
DOM | [DOM Enlightenment](http://domenlightenment.com/) | `free`
25-
Functional Programming | [JavaScript Allongé, the "Six" Edition](https://leanpub.com/javascriptallongesix/read) | `free`
26-
Object-Oriented Programming | [JavaScript Spessore](https://leanpub.com/javascript-spessore/read) | `free`
27-
Async Programming | [Async JavaScript](https://pragprog.com/book/tbajs/async-javascript) | `paid`
28-
Design Patterns & Architectures | [Learning JavaScript Design Patterns](http://www.addyosmani.com/resources/essentialjsdesignpatterns/book/) | `free`
29-
Single Page Application |[Single page apps in depth](http://singlepageappbook.com/) | `free`
30-
Practical Project | [Building A JavaScript Framework](https://s3.amazonaws.com/dailyjs/files/build-a-javascript-framework.pdf) | `free`
31-
Practical Project | [Building Front-End Web Apps with Plain JavaScript](https://oxygen.informatik.tu-cottbus.de/webeng/JsFrontendApp/book/) | `free`
32-
Practical Project | [Human JavaScript](http://read.humanjavascript.com/) | `free`
20+
Basic JavaScript | [Eloquent JavaScript](http://eloquentjavascript.net/) | :free:
21+
Tooling | [JavaScript Application Design](https://www.manning.com/books/javascript-application-design) | :moneybag:
22+
ES6 | [Exploring ES6](http://exploringjs.com/es6/) | :free:
23+
Testing | [JavaScript Testing Recipes](http://jstesting.jcoglan.com/) | :moneybag:
24+
DOM | [DOM Enlightenment](http://domenlightenment.com/) | :free:
25+
Functional Programming | [JavaScript Allongé, the "Six" Edition](https://leanpub.com/javascriptallongesix/read) | :free:
26+
Object-Oriented Programming | [JavaScript Spessore](https://leanpub.com/javascript-spessore/read) | :free:
27+
Async Programming | [Async JavaScript](https://pragprog.com/book/tbajs/async-javascript) | :moneybag:
28+
Design Patterns & Architectures | [Learning JavaScript Design Patterns](http://www.addyosmani.com/resources/essentialjsdesignpatterns/book/) | :free:
29+
Single Page Application |[Single page apps in depth](http://singlepageappbook.com/) | :free:
30+
Practical Project | [Building A JavaScript Framework](https://s3.amazonaws.com/dailyjs/files/build-a-javascript-framework.pdf) | :free:
31+
Practical Project | [Building Front-End Web Apps with Plain JavaScript](https://oxygen.informatik.tu-cottbus.de/webeng/JsFrontendApp/book/) | :free:
32+
Practical Project | [Human JavaScript](http://read.humanjavascript.com/) | :free:
3333

3434
## Additional Resources
3535

3636
### General Concepts
3737

3838
Books | Price
3939
:-- | :--:
40-
[Secrets of the JavaScript Ninja](https://www.manning.com/books/secrets-of-the-javascript-ninja) ([second edition](https://www.manning.com/books/secrets-of-the-javascript-ninja-second-edition)) | `paid`
41-
[Effective JavaScript](http://effectivejs.com/) | `paid`
42-
[You Don't Know JS](https://github.com/getify/You-Dont-Know-JS) | `free`
43-
[JavaScript: The Good Parts](http://shop.oreilly.com/product/9780596517748.do) | `paid`
44-
[Professional JavaScript for Web Developers, 3rd Edition](http://www.wrox.com/WileyCDA/WroxTitle/Professional-JavaScript-for-Web-Developers-3rd-Edition.productCd-1118222199.html) | `paid`
45-
[Speaking JavaScript](http://speakingjs.com/es5/) | `free`
46-
[JavaScript: The Definitive Guide, 6th Edition](http://shop.oreilly.com/product/9780596805531.do) | `paid`
40+
[Secrets of the JavaScript Ninja](https://www.manning.com/books/secrets-of-the-javascript-ninja) ([second edition](https://www.manning.com/books/secrets-of-the-javascript-ninja-second-edition)) | :moneybag:
41+
[Effective JavaScript](http://effectivejs.com/) | :moneybag:
42+
[You Don't Know JS](https://github.com/getify/You-Dont-Know-JS) | :free:
43+
[JavaScript: The Good Parts](http://shop.oreilly.com/product/9780596517748.do) | :moneybag:
44+
[Professional JavaScript for Web Developers, 3rd Edition](http://www.wrox.com/WileyCDA/WroxTitle/Professional-JavaScript-for-Web-Developers-3rd-Edition.productCd-1118222199.html) | :moneybag:
45+
[Speaking JavaScript](http://speakingjs.com/es5/) | :free:
46+
[JavaScript: The Definitive Guide, 6th Edition](http://shop.oreilly.com/product/9780596805531.do) | :moneybag:
4747

4848
### ES6
4949

5050
Books | Price
5151
:-- | :--:
52-
[Understanding ECMAScript 6](https://leanpub.com/understandinges6/read/) | `free`
52+
[Understanding ECMAScript 6](https://leanpub.com/understandinges6/read/) | :free:
5353

5454
### Testing
5555

5656
Books | Price
5757
:-- | :--:
58-
[Test-Driven JavaScript Development](http://tddjs.com/) | `paid`
59-
[Behaviour Driven Development with JavaScript](http://www.amazon.com/Behaviour-Driven-Development-JavaScript-introduction-ebook/dp/B00CYMN3J2) | `paid`
58+
[Test-Driven JavaScript Development](http://tddjs.com/) | :moneybag:
59+
[Behaviour Driven Development with JavaScript](http://www.amazon.com/Behaviour-Driven-Development-JavaScript-introduction-ebook/dp/B00CYMN3J2) | :moneybag:
6060

6161
### Functional Programming
6262

6363
Books | Price
6464
:-- | :--:
65-
[Mostly Adequated Guide to Functional Programming](https://drboolean.gitbooks.io/mostly-adequate-guide/) | `free`
66-
[Functional JavaScript](http://shop.oreilly.com/product/0636920028857.do) | `paid`
65+
[Mostly Adequated Guide to Functional Programming](https://drboolean.gitbooks.io/mostly-adequate-guide/) | :free:
66+
[Functional JavaScript](http://shop.oreilly.com/product/0636920028857.do) | :moneybag:
6767

6868
### Object-Oriented Programming
6969

7070
Books | Price
7171
:-- | :--:
72-
[The Principles of Object-Oriented JavaScript](http://shop.oreilly.com/product/9781593275402.do) | `paid`
72+
[The Principles of Object-Oriented JavaScript](http://shop.oreilly.com/product/9781593275402.do) | :moneybag:
7373

7474
### Performance
7575

7676
Books | Price
7777
:-- | :--:
78-
[High Performance JavaScript](http://shop.oreilly.com/product/9780596802806.do) | `paid`
78+
[High Performance JavaScript](http://shop.oreilly.com/product/9780596802806.do) | :moneybag:
7979

8080
## How to use this list
8181

0 commit comments

Comments
 (0)