Replace With Alphabet Position
Replace With Alphabet Position题目
Welcome.
In this kata you are required to, given a string, replace every letter with its position in the alphabet.
If ...
Bit Counting
Bit Counting题目
Write a function that takes an integer as input, and returns the number of bits that are equal to one in the binary representation of t ...
Multiply
Multiply题目
The code does not execute properly. Try to figure out why.
123function multiply(a, b){ a * b}
分析函数里缺少return,添加进去就可以了
答案1234fun ...
Hello World
Welcome to Hexo! This is your very first post. Check documentation for more info. If you get any problems when using Hexo, you can find the answer in ...
