Skip to content

MrAJGurney/exercise-people-power

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

People Power

Summary

  • prints the numbers 1 to 100 on separate lines
  • if the number is divisible by 3, instead print People
  • if the number is divisible by 5, instead print Power
  • If the number is divisible by both 3 and 5, instead print People Power

Setup

  • Install dependencies with npm i
  • Run tests with npm test
  • Run project with npm start

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published