Javascript Example

Hola Mundo!

Welcome! This website is part of an example highligting Javascript for web development made by Eduardo Puerta 🙃.

Code examples

Below we also highlight some code!

 // print statements  
                

console.log("Venezuela pa'l mundial!!")

Input Section

This section will allow us to show how to read a form using js for user input. I am using this to highlight Weak Typing, so the output should be input + "1".


Output here: