Fix spelling and enhance JavaScript section#472
Fix spelling and enhance JavaScript section#472interested-learner wants to merge 1 commit intohaxtheweb:masterfrom
Conversation
Corrected the spelling of 'language' in the JavaScript section and added descriptions of its features.
There was a problem hiding this comment.
Pull request overview
This pull request aims to enhance the JavaScript section in the glossary by adding a description of JavaScript and relevant reference links. However, contrary to the PR title which claims to "fix spelling," the changes actually introduce a spelling error.
Changes:
- Added a paragraph describing JavaScript as a scripting language and its features
- Added two reference links to MDN and W3Schools
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
| *https://www.reddit.com/r/learnjavascript/comments/3d4hs5/eli5_what_in_the_heck_is_nodejs/ | ||
|
|
||
| ## JavaScript | ||
| JavaScript is a scripting lanaguage that allows there to be complex features on a web page. Some complex features include: timely content updates, interactive maps, animated 2D/3D graphics, scrolling video jukeboxes, and many more. It works alongside HTML and CSS to help fully design a web page. |
There was a problem hiding this comment.
The word "lanaguage" is misspelled and should be corrected to "language".
| JavaScript is a scripting lanaguage that allows there to be complex features on a web page. Some complex features include: timely content updates, interactive maps, animated 2D/3D graphics, scrolling video jukeboxes, and many more. It works alongside HTML and CSS to help fully design a web page. | |
| JavaScript is a scripting language that allows there to be complex features on a web page. Some complex features include: timely content updates, interactive maps, animated 2D/3D graphics, scrolling video jukeboxes, and many more. It works alongside HTML and CSS to help fully design a web page. |
| *https://developer.mozilla.org/en-US/docs/Learn_web_development/Core/Scripting/What_is_JavaScript | ||
| *https://www.w3schools.com/whatis/whatis_js.asp |
There was a problem hiding this comment.
The link formatting is inconsistent with the rest of the document. The CLI section uses " - " (space-dash-space) for links, while this JavaScript section and the Node.js section use "*" (asterisk). Consider standardizing the link formatting throughout the document for consistency.
Corrected the spelling of 'language' in the JavaScript section and added descriptions of its features.