From 7f800f271741bd609427189c22b1db9ea8c5b7c2 Mon Sep 17 00:00:00 2001 From: Mark Puchala 2/ Date: Wed, 16 Aug 2023 20:58:57 -0500 Subject: [PATCH] Update history-of-javascript.md (#4287) Fix reference to non-existent comment section. --- src/data/guides/history-of-javascript.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/data/guides/history-of-javascript.md b/src/data/guides/history-of-javascript.md index a81648ff9..be9cc030c 100644 --- a/src/data/guides/history-of-javascript.md +++ b/src/data/guides/history-of-javascript.md @@ -83,4 +83,4 @@ ESNext is a dynamic name that refers to whatever the current version of ECMAScri Since the release of ES6, [TC39](https://github.com/tc39) has quite streamlined their process. TC39 operates through a Github organization now and there are [several proposals](https://github.com/tc39/proposals) for new features or syntax to be added to the next versions of ECMAScript. Any one can go ahead and [submit a proposal](https://github.com/tc39/proposals) thus resulting in increasing the participation from the community. Every proposal goes through [four stages of maturity](https://tc39.github.io/process-document/) before it makes it into the specification. -And that about wraps it up. Feel free to leave your feedback in the comments section below. Also here are the links to original language specifications [ES6](https://www.ecma-international.org/ecma-262/6.0/), [ES7](https://www.ecma-international.org/ecma-262/7.0/) and [ES8](https://www.ecma-international.org/ecma-262/8.0/). +And that about wraps it up. Feel free to leave your feedback in the [discord](https://discord.gg/cJpEt5Qbwa). Also here are the links to original language specifications [ES6](https://www.ecma-international.org/ecma-262/6.0/), [ES7](https://www.ecma-international.org/ecma-262/7.0/) and [ES8](https://www.ecma-international.org/ecma-262/8.0/).