Covering the topics of assignment, relational, logical operatiors and conditional control statement.
- First, fork the repository, then clone it to your local machine.
- Start completing the requirements given below.
-
Setup the Project:
- Create a new folder for the project.
- Create an
index.html
and astyles.css
files inside this folder. - Link the
styles.css
file to theindex.html
file.
-
Vowel/Consonant
- create a vowel-consonant.js file where you will take user input a letter and find out the letter is vowel, consonant or not a letter using if, else.
-
Even/Odd
- create a even-odd.js file where you will take user input a number and find out the number is even or odd using if, else.
-
Digit Spelling program
- create a digit.js file where you will take user input a digit and print out the digit by spelling using if, else.
- Create the project as per the above requirements.
- Deploy the project on netlify and add the Deoployed link in the Pull Request (PR)