js numbers

0

Name should contain only alphabets not numbers or other special characters javascript conditions

By Beginner Emanuel Rogahn at Mar 31 2021

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

-1

Write a JavaScript function called “GCD()” that takes the values from “Number 1“and “Number 2” then calculate the greatest common divisor of the two numbers and show the result as alert.

By Beginner Marshall Osinski at Dec 11 2020


Related code examples


Code examples by languages