JavaScript is a programming or scripting language that allows you to implement complex functions in web pages.
JavaScript is among the most powerful and flexible programming languages of the web. It powers the dynamic behavior on most websites, including this one.
with javascript we can make applications like
- Web Application
- Games
- Mobile Apps Android and iOS
let’s start
First step, open the web Browser and create a file html.
Second Open a code editor and crate a file with a extension .js
its a example =)

<script> console.log('Hi there!'); </script>
Perfect
Now let`s a create a variable.
567 Vistas