string-validation-start-with-number-end-with-alphabet
:编写一个方法,判断字符串是否是这样组成的,第一个必须为数字,最后一个必须为字母
string-validation-start-with-alphabet
:判断字符串组成,第一个必须是字母,后面可以是字母、数字、下划线,总长度为 5-20
[2, 6, 7]
和 [3, 5, 8]
-> [2, 3, 5, 6, 7, 8]
sixteen-to-ten
:将一个十六进制字符串转换为十进制数
说出下面的运行结果
const arr = [1, 2, 3, 4, 5];const res = arr.splice(1, 2, 3, 4, 5);
[4, 1, 3, 9, 6, 2]
和 [8, 5, 3, 2, 1, 4, 7]
,然后去重,取出偶数倒排["a", "b", "c"]
转化为字符串