Underscore で使用range()
すると、次のようなものを作成できます。
_.range(10);
>> [0, 1, 2, 3, 4, 5, 6, 7, 8, 9]
どういうわけかそれを変更/使用して、次のような結果を作成できますか:
solution();
>> {0: true, 1: true, 2: true, 3: true}
ソリューションには jQuery も含まれる場合があります。
Underscore で使用range()
すると、次のようなものを作成できます。
_.range(10);
>> [0, 1, 2, 3, 4, 5, 6, 7, 8, 9]
どういうわけかそれを変更/使用して、次のような結果を作成できますか:
solution();
>> {0: true, 1: true, 2: true, 3: true}
ソリューションには jQuery も含まれる場合があります。