Skip to content

betamore/w5-input-big-echo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 

Repository files navigation

Input Echo

Task

Using the input-big-echo.js file in this repo, write a function that takes a single parameter and returns that parameter with all letters capitalized. Using the provided array as input, print an array to the console with all items in the array capitalized

Example Output

let myStrings = [ "who", "what", "where" ]

[ "WHO", "WHAT", "WHERE" ]

About

Homework for Betamore SETP

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published