Skip to content

This repo is the exercise of how to use javascript switch case

Notifications You must be signed in to change notification settings

just-jormungandr/clothtype-and-color

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 

Repository files navigation

CLOTHTYPES AND COLOR

This repo contains exercise aimed to practice javascript switch and case.

The questions are:
Create switch case expression, under the conditions below:

  • if clothes type is 'GAUN' and the color is 'MERAH', print 'SAYA SUKA GAUN MERAH'
  • if clothes type is 'KAOS' and the color is 'BIRU', print 'SAYA SUKA KAOS BIRU'
  • if clothes type is 'KEMEJA' and the color is 'KUNING', print 'SAYA SUKA KEMEJA KUNING'
  • and if the conditons other than the above, print 'SAYA SUKANYA PAKAI BAJU KEBAYA'

About

This repo is the exercise of how to use javascript switch case

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published