✨ Javascript basics ✨
1. JavaScript Syntax
I'm a link
2. Outputs
JavaScript can "display" data in different ways: Alert box, write to document, write to HTML element and write to the console. Uncomment and execute each code to see what it does.
<!DOCTYPE html>
<html>
<h...
calebjsmithio.hashnode.dev2 min read