In this JavaScript tutorial, we'll create the first program with JS. It will be simple Hello World on JavaScript for your browser.
I'll show how to connect HTML with JS and run it in a browser.
The "script" tag contains JavaScript code which is automatically executed when the browser processes the tag. The "script" tag has a few attributes that are rarely used nowadays but can still be found in old code. The most important and still used is "src" = path to your JavaScript file.
Let's be friends:
INSTAGRAM ↣ / travels_code
TWITTER ↣ / travelscode
FACEBOOK ↣ / travelscode
WEB-SITE ↣ http://travelscode.com/
GITHUB ↣ https://github.com/MaksymRudnyi/