Date: Sun, 3 Apr 2022 15:37:07 Subject: Axel Rauschmayer, Speaking JavaScript Hej! En till JS-bok utläst! Speaking JavaScript av Dr Axel Rauschmayer är mycket bra. Konkret, koncis och korrekt. Jag hittade inga fel alls. O'Reilly 2014, 418 sidor. Den tar nästan bara upp språket i sig, inte mycket om webb eller DOM:en. Men den gör det bra. Eftersom den är från 2014 är det vissa saker som fattas, ES5 inte ES6, men inte mycket som blivit omodernt. Innehåll Part 1. JavaScript Quick Start 1 Basic JavaScript Part II. Background 2 Why JavaScript? 3 The Nature of JavaScript 4 How JavaScript Was Created 5 Standardization: ECMAScript 6 Historical JavaScript Milestones Part III. JavaScript in Depth 7 JavaScript's Syntax 8 Values 9 Operators 10 Booleans 11 Numbers 12 Strings 13 Statements 14 Exception Handling 15 Functions 16 Variables: Scopes, Environments and Closures 17 Objects and Inheritance 18 Arrays 19 Regular Expressions 20 Dates 21 Math 22 JSON 23 Standard Global Variables 24 Unicode and JavaScript 25 New in ECMAScript 5 Part IV. Tips, Tools, and Libraries 26 A Meta Code Style Guide 27 Language Mechanisms for Debugging 28 Subclassing Built-ins 29 JSDoc: Generating API Documentation 30 Libraries 31 Module Systems and Package Managers 32 More Tools 33 What to Do Next mvh aö