issues
search
akmalist
/
JavasSctipt-basic-algoritms
FreeCodeCamp tests
0
stars
0
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
Chessboard
#13
akmalist
opened
5 years ago
0
Array Sum and Average
#12
akmalist
opened
5 years ago
0
Check the results of your assignGrade function from the conditionals exercise by logging every value from 60 to 100: your log should show "For 88, you got a B. For 89, you got a B. For 90, you got an A. For 91, you got an A.", etc., logging each grade point in the range.
#11
akmalist
opened
5 years ago
0
Write a for loop that will iterate from 0 to 20. For each iteration, it will check if the current number is even or odd, and report that to the screen (e.g. "2 is even").
#10
akmalist
opened
5 years ago
0
Basic Algorithm Scripting: Chunky Monkey
#9
akmalist
opened
5 years ago
0
basic-algorithm-scripting/where-do-i-belong
#8
akmalist
opened
5 years ago
0
Basic Algorithm Scripting: Falsy Bouncer
#7
akmalist
opened
5 years ago
0
Return the provided string with the first letter of each word capitalized. Make sure the rest of the word is in lower case.
#6
akmalist
opened
5 years ago
2
Basic Algorithm Scripting: Truncate a String
#5
akmalist
opened
6 years ago
0
Basic Algorithm Scripting: Repeat a String Repeat a String
#4
akmalist
opened
6 years ago
4
Check if a string (first argument, str) ends with the given target string (second argument, target).
#3
akmalist
opened
6 years ago
2
Return Largest Numbers in Arrays
#2
akmalist
opened
6 years ago
0
Find the Longest Word in a String
#1
akmalist
opened
6 years ago
0