From 864e2378b70ae5ee2e18bf3926d2a68198069400 Mon Sep 17 00:00:00 2001 From: Vmagz807 Date: Tue, 3 Sep 2024 12:57:43 -0400 Subject: [PATCH] Update glossary.md --- glossary.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/glossary.md b/glossary.md index 52ff2a0..f14047f 100644 --- a/glossary.md +++ b/glossary.md @@ -13,7 +13,9 @@ More to read: https://www.coursera.org/articles/front-end-developer, https://boo ## JavaScript - +JavaScript is an object-oriented computer programming language commonly used to create interactive effects within web browsers. JavaScript is involved in just about every website known to man. Whether they update their content in real time, have funny animations, any effects on screen, etc uses JavaScript. +https://developer.mozilla.org/en-US/docs/Learn/JavaScript/First_steps/What_is_JavaScript +https://www.w3schools.com/whatis/whatis_js.asp ## Yarn