REQUIREMENTS Write an HTML page styled with basic CSS that includes a Javascript with the following characteristics: Includes these three variables, updating the targetName value to match your first name: const arrayOfNumbers = [4, 0, -4, 13, -2]; const students = [“Jane”,”Joe”,”Jack”,”Jill”,”Jerome”]; const ta
OBJECTIVE: Work with arrays and iterative code REQUIREMENTS Write an HTML page styled with basic CSS that includes a Javascript with the following characteristics: Includes these three variables, updating the targetName value to match your first name: const arrayOfNumbers = [4, 0, -4, 13, -2]; const students = [“Jane”,”Joe”,”Jack”,”Jill”,”Jerome”]; const targetName = “Jill”; //change “Jill” … Read more