JavaScript ObjectsPart 1Create a script that verifies user entry is a four decimal number and present calculations using Math.round, Math.sort, Math.floor, toFixed(), and parseFloat() View Part 1Part 2Write a sccript that allows the user to enter long text into a textarea, then enter a single character in a separate input. The script will count how many times the single character is in the long text. View Part 2Part 3Create a script that validates user input for a telephone number in (999) 999-9999 format. View Part 3 |