Question: Write a Javascript program to display the list of Student names whose name starts with 'A' For example, you have an array of students
Write a Javascript program to display the list of Student names whose name starts with 'A' For example, you have an array of students names Khadija Ali ahmed List of name starts with alphabet 'A' or 'a' Output: Ali, ahmed and Anis Mohammed Jenan Anis Sara
Step by Step Solution
There are 3 Steps involved in it
You can achieve this by iterating over the array of student names and checking if ... View full answer
Get step-by-step solutions from verified subject matter experts
