Skip to content

Instantly share code, notes, and snippets.

View gabrieldejesus's full-sized avatar
🏆
Webby Winner 2025

Gabriel de Jesus gabrieldejesus

🏆
Webby Winner 2025
View GitHub Profile
# some variables that you can use:
# Reset
Color_Off='\033[0m' # Text Reset
# Regular Colors
Black='\033[0;30m' # Black
Red='\033[0;31m' # Red
Green='\033[0;32m' # Green
Yellow='\033[0;33m' # Yellow
JavaScript
JavaScript allows you to add interactivity to your pages. Common examples that you may have seen on the websites are sliders, click interactions, popups and so on.
1) Syntax and Basic Constructs
- READ: W3Schools – JavaScript Tutorial
https://www.w3schools.com/js/
- READ: The Modern JavaScript Tutorial
https://javascript.info/