Question
Could you please help me with this task: I have completed the first parts but stuck on the last two parts Compulsory Task 2 Follow
Could you please help me with this task: I have completed the first parts but stuck on the last two parts
Compulsory Task 2
Follow these steps:
Note: For this task you will need to create an HTML file to get input from a user. If you need a refresher on how to do this, go back to the example.js and index.html files in your Task 2 folder for a refresher.
Create a JavaScript file called wordManipulation.js in this folder.
Write a program that starts by asking the user to input a word.
The program should log the following manipulations to the console:
o The word where every second character is replaced with a !. o The word reversed.
o The word where every 6th letter is uppercase. o An array of the ascii values for each character in the word.
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started