Skip to content

Fix spelling and enhance JavaScript section#472

Open
interested-learner wants to merge 1 commit intohaxtheweb:masterfrom
interested-learner:patch-1
Open

Fix spelling and enhance JavaScript section#472
interested-learner wants to merge 1 commit intohaxtheweb:masterfrom
interested-learner:patch-1

Conversation

@interested-learner
Copy link
Copy Markdown

Corrected the spelling of 'language' in the JavaScript section and added descriptions of its features.

Corrected the spelling of 'language' in the JavaScript section and added descriptions of its features.
Copilot AI review requested due to automatic review settings January 21, 2026 15:51
Copy link
Copy Markdown

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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.
Copy link

Copilot AI Jan 21, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The word "lanaguage" is misspelled and should be corrected to "language".

Suggested change
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.

Copilot uses AI. Check for mistakes.
Comment on lines +25 to +26
*https://developer.mozilla.org/en-US/docs/Learn_web_development/Core/Scripting/What_is_JavaScript
*https://www.w3schools.com/whatis/whatis_js.asp
Copy link

Copilot AI Jan 21, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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.

Copilot uses AI. Check for mistakes.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants