Javascript es6 - Beginner to Advanced
Beginner
1. 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>
<head>
<title>Output</t...
calebjsmithio.hashnode.dev5 min read