Skip to content

bdji/Assignment6

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Assignment6

Problem 1 Given a string, reverse each word in the sentence For example Welcome to this Javascript Guide! should be become emocleW ot siht tpircsavaJ !ediuG

Problem 2 FizzBuzz Challenge Create a for loop that iterates up to 100 while outputting "fizz" at multiples of 3, "buzz" at multiples of 5 and "fizzbuzz" at multiples of 3 and 5.

Problem 3 Given two strings, return true if they are anagrams of one another For example: Mary is an anagram of Army

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published