full-stack-assignment-6-Javascript-basics

A. Javascript Basic Part-2

Objective

Covering the topics of assignment, relational, logical operatiors and conditional control statement.

Instructions

How to do this assignment?
  • First, fork the repository, then clone it to your local machine.
  • Start completing the requirements given below.
  1. Setup the Project:

    • Create a new folder for the project.
    • Create an index.html and a styles.css files inside this folder.
    • Link the styles.css file to the index.html file.
  2. 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.
  3. 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.
  4. 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.

Submission

  • Create the project as per the above requirements.
  • Deploy the project on netlify and add the Deoployed link in the Pull Request (PR)