Skip to content

cs-fullstack-master/javascript-map_foreach_cw

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 

Repository files navigation

javascript-higher-order-functions-cw

Problem 1

Ask the user to enter a word. Keep asking them to enter a word until they enter the letter 'q'.

Problem 2

Make a string array of Pet names. Write a function to convert all the names in the array to lower case strings.

Challenge

Make any string array of student names. Write an arrow function that takes the string array as a parameter and returns a new array of Student objects using the class below

class Student{
        constructor(name){
                this.name = name;
        }
}

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •