Skip to content

GT98718/hello-world

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 

Repository files navigation

Get a medal!

<script> switch(athleteFinalPosition = 'first place') { case "first place": console.log('You get the gold medal'); break; case "second place": console.log('You get the silver medal'); break; case "third place": console.log('You get the bronze medal'); break; default: console.log('No medal is awarded'); } </script>

About

Just another repository

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors