issues
search
JenMorgan
/
js-learning
0
stars
0
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
Write a JavaScript program to pass a 'JavaScript function' as parameter
#15
kartamyshev
opened
4 years ago
1
Write a JavaScript function that accept a list of country names as input and returns the longest country name as output.
#14
kartamyshev
opened
4 years ago
4
Write a JavaScript program to check from three given numbers (non negative integers) that two or all of them have the same rightmost digit
#13
kartamyshev
opened
4 years ago
2
Write a JavaScript program to find a value which is nearest to 100 from two different given integer values
#12
kartamyshev
opened
4 years ago
2
Write a JavaScript program to find the largest of three given integers
#11
kartamyshev
opened
4 years ago
2
Write a JavaScript program to check from two given integers, whether one is positive and another one is negative
#10
kartamyshev
opened
4 years ago
1
Write a JavaScript program to compute the sum of the two given integers. If the two values are same, then returns triple their sum
#9
kartamyshev
opened
4 years ago
2
Write a JavaScript program to get the extension of a filename
#8
kartamyshev
opened
4 years ago
0
Create form with two input fields (email and password) and submit button.
#7
kartamyshev
opened
4 years ago
0
Write a JavaScript program to convert temperatures to and from Celsius, Fahrenheit
#6
kartamyshev
opened
4 years ago
1
Create function with this content
#5
kartamyshev
opened
4 years ago
2
1. Define a function greet returning the value 'Haydo!'.
#4
kartamyshev
opened
4 years ago
1
Write a function greet having one parameter and returning 'Hello <parameter>!'.
#3
kartamyshev
opened
4 years ago
1
Prompt user's name and log to console (or alert) it's name twice separated by comma
#2
kartamyshev
opened
4 years ago
2
Create function that accepts three parameters - two numbers and one operator. Depending on operator perform arithmetic operation.
#1
kartamyshev
closed
4 years ago
1
Previous