Assignments 1. Create a static webpage using table tags of HTML. 2. Create employee registration section in the webpage using HTML form objects. 3. Add section that contains a heading and two paragraphs of text. As the texts in the heading and paragraphs you can use any texts you like. 4. Add an unordered list to this web page. 5. Add an ordered list to this webpage 6. Add an Image that opens www.google.com when clicked.
Assignments 1- Write a JavaScript program to display the current day and time in the following format. Sample Output : Today is : Tuesday. Current time is : 10 PM : 30 : 38 2- Write a JavaScript program where the program takes a random integer between 1 to 10, the user is then prompted to input a guess number. If the user input matches with guess number, the program will display a message “Good Work” otherwise display a message “Not matched”. 3- Write a JavaScript function to clone an array. 4- Write a JavaScript function to remove a specific element from an array 5- Write a JavaScript program to shuffle an array. 6- Write a JavaScript program to display the reading status (i.e. display book name, author name and reading status) of the following books. Go to the editor var library = [ { author: ‘Bill Gates’, title: ‘The Road Ahead’, readingStatus: true }, { author: ‘Steve Jobs’, title: ‘Walter Isaacson’, readingStatus: true }, { author: ‘Suzanne Collins’, title: ‘Mockingjay: The Final Book of The Hunger Games’, readingStatus: false }];
React JS (Estimated Time 1-1.5 weeks) Course Mode: Videos
Two Assignments will be given at the end Assignment 1: Clone a web page (HTML, CSS, Bootstrap, Javascript) Assignment 2: Develop a react app with functional components and fetch data from API’s.