and javascript

0

Write a function called lucky_sevens which takes an array of integers and returns true if any three consecutive elements sum to 7. by js

By Beginner Condemned Cardinal at Apr 19 2021

0

Use the same JSON object from the previous question and write down JS code to parse the object and show the names of people who are older than 20 years.

By Beginner Sonya Cummerata at Jul 18 2021

-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

0

Create a JavaScript Function with the name age () this function will take your date of birth as parameters and return your age in years.

By Beginner Bill Harvey at Jun 26 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

0

Write a JavaScript program to display the current day and time in the following format. Today is : Tuesday. Current time is : 10 PM : 30 : 38

By Wooden Hammer Marjorie Wyman at Jun 25 2021

-1

javaScript Age in Dog years //write a function that takes your age and returns it to you in dog years - they say that 1 human year is equal to seven dog years function dog Years() javaScript

By Beginner Heidi Corwin at Jun 29 2020


Related code examples


Code examples by languages