https://www.codewars.com/kata/53ee5429ba190077850011d4
Codewars - Achieve mastery through coding practice and developer mentorship
A coding practice website for all programming levels – Join a community of over 3 million developers and improve your coding skills in over 55 programming languages!
www.codewars.com
DESCRIPTION:
Code as fast as you can! You need to double the integer and return it.
코드
function doubleInteger(i) {
return i * 2;
}
'알고리즘 > Codewars' 카테고리의 다른 글
[Codewars] Is it even? (8 kyu) / JavaScript (0) | 2023.03.05 |
---|---|
[Codewars] Round up to the next multiple of 5 (7 kyu) / JavaScript (0) | 2023.03.04 |
[Codewars] L1: Set Alarm (8 kyu) / JavaScript (0) | 2023.03.03 |
[Codewars] I love you, a little , a lot, passionately ... not at all (8 kyu) / JavaScript (0) | 2023.03.03 |
[Codewars] Simple multiplication (8 kyu) / JavaScript (0) | 2023.03.02 |
댓글