javascript if or

0

how to write a program that displays a message “It’s Fun day” if it's Saturday or Sunday today in javascript

By Beginner Lillie Leuschke at Jun 20 2020

0

Write a javascript function that takes two arguments and should either sum them or just print the first one if the second one is undefined. If both are undefined print "No numbers given"

By Beginner Silvia Littel at Jun 02 2020


Related code examples


Code examples by languages