Script for the JavaScript program

1. Open VS Code.

2. Choose file/Open folder

3. Create file base.html

4. Create the name label and input

5. Change the language to, lang="pt-br"

6. Change the title to "Example Program"

7. Go to the website www.getbootstrap.com and click on "Read the docs".

8. Get the Bootstrap link (always press Alt + Shift + F to format the lines).

9. Create container command

10. Enter the command h1 as the program description.

11. Create the input (Remember that: every input needs a id= )

12. To create comments Ctrl + ;

13. To add a label to the project, go to the Bootstrap site, navigate to the "Forms" > "Form control" tab, and get the code snippet.

14. To insert an utton command, use do bootstrap

15. Enter the command to display the result.

16. After the last one

Roadmap for the JavaScript

1. Create a new file; in this example, we create the base.js

2. Specify the ID used for the button.

3. Match the button to the function. "click"

4. Using the same name at the end of the click function, create the function "function"

5. Match the input with the elements.

6. Create a condition with the values Sex F / M.