28 Commits

Author SHA1 Message Date
81d1d02647 Fix typo 2020-02-02 13:30:14 +02:00
da3dadffb3 Improve wording on 2.2 2020-01-22 09:18:05 -08:00
e8f48ecf60 Elaborate more on 2.2 2020-01-10 06:34:21 +02:00
204ba2a61d Fixes #609 2019-12-30 05:36:51 +02:00
238fc24c82 Merge pull request #589 from kevynb/modernize-javascript
Modernize javascript
2019-11-27 21:39:59 +02:00
d65d19c2d2 Use simple quotes everywhere 2019-11-24 14:54:57 +01:00
6dd34ba267 refactor: replace deprecated __proto__ in built-in Error example 2019-11-21 11:47:58 +07:00
8a2d1d9534 Add typescript examples for error handling and project structure
Also edit some javascript code to make it more modern and avoid having duplicate typescript examples.
2019-11-16 08:00:06 +01:00
bc20e273d5 Update wording of one paragraph explainer. 2019-07-09 12:18:22 -04:00
69685d208a Make one paragraph explainer more readable 2019-06-16 06:57:29 -04:00
c85ff26851 fixed typo 2019-03-13 23:17:08 -03:00
965023065f Fixed some typos 2019-03-13 22:46:11 -03:00
6682078974 Merge branch 'master' into patch-1 2018-09-15 20:55:43 +03:00
a7c8abe85c init 2018-09-15 17:32:12 +03:00
986f0bef42 If condition changed 2018-09-11 16:45:08 +02:00
8213f9da6f 'throwing' an Error from a Promise with async f 2018-09-06 02:37:06 +02:00
761fe191b0 Use ES6 async/await in the example
Hi, I'm a beginner developer. I think now it's more clear with ES6 Async/await and arrow function.

I didn't use try-catch because throw. I'm just practising! Any suggestion is very welcome
2018-09-04 14:21:20 +02:00
36af008cc7 Constructor function in error should be uppercase
Its perhaps a small thing but important for newbies I guess as constructor classes (functions) are usually uppercased in javascript:
https://stackoverflow.com/questions/1564398/javascript-method-naming-lowercase-vs-uppercase
2018-07-11 00:46:29 +02:00
e2ca2c6ea8 fix grammar and formatting in all files 2018-04-22 16:53:06 +05:30
d44133006f Changed position of blog quote to match guidelines 2018-03-10 10:29:36 +01:00
ecd7d95d22 Format text 2018-03-10 12:57:28 +06:30
4df1334fbf Extended Node.js naming convention fix 2018-02-18 00:11:40 +01:00
555cd182cb Optimized sytax and fixed typos 2017-12-27 15:36:03 +01:00
45c29a7b51 prettify and unify the syntax 2017-12-26 22:55:37 +08:00
9db490979b Removed duplicate quote from Node.JS official doc 2017-12-06 23:57:39 +08:00
612ae02477 Add spacing between function declaration and export 2017-10-30 21:06:54 +01:00
c72c65bafa Fix incomplete function declaration 2017-10-30 21:03:37 +01:00
6df4892fc5 First 2017-10-04 11:40:00 +03:00