From 29e4cab87202c2b2a4b4cbd278c4e0d4c07d3f29 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?David=20Ord=C3=A1s?= Date: Thu, 16 Sep 2021 00:23:46 +0200 Subject: [PATCH] format(structure): crosslinks after section list --- books/free-programming-books.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/books/free-programming-books.md b/books/free-programming-books.md index 5e6f9d9843906..93d5f3f92df1c 100644 --- a/books/free-programming-books.md +++ b/books/free-programming-books.md @@ -1782,6 +1782,8 @@ Kerridge (PDF) (email address *requested*, not required) ### JavaScript +> :information_source: See also … [TypeScript](#typescript) + * [Basic JavaScript for the impatient programmer](http://www.2ality.com/2013/06/basic-javascript.html) - Dr. Axel Rauschmayer (HTML) * [Book of Modern Frontend Tooling](https://github.com/tooling/book-of-modern-frontend-tooling) - Various (HTML) * [Building Front-End Web Apps with Plain JavaScript](https://web-engineering.info/JsFrontendApp-Book) - Gerd Wagner (HTML,PDF) @@ -1834,6 +1836,8 @@ Kerridge (PDF) (email address *requested*, not required) * [Understanding JavaScript OOP](http://robotlolita.me/2011/10/09/understanding-javascript-oop.html) - Quil (HTML) * [You Don't Know JS](https://github.com/getify/You-Dont-Know-JS) - Kyle Simpson (HTML, PDF, EPUB, MOBI) +> :information_source: See also … [TypeScript](#typescript) + #### AngularJS @@ -1852,6 +1856,8 @@ Kerridge (PDF) (email address *requested*, not required) * [Seven-Part Introduction to AngularJS](http://ngokevin.com/blog/angular-1/) - Keving Ngo (HTML, [:package: demos, open-sourced examples](https://github.com/ngokevin/angularbook)) * [Unit Testing Best Practices in AngularJS](http://andyshora.com/unit-testing-best-practices-angularjs.html) - Andy Shora (HTML) +> :information_source: See also … [Angular](#angular) + #### Aurelia