Run Code
|
API
|
Code Wall
|
Users
|
Misc
|
Feedback
|
Login
|
Theme
|
Privacy
|
Patreon
isUniqueChar
//JavaScript-C24.2.0 (SpiderMonkey) print(isUniqueChar('Finally')); function isUniqueChar(str) { let map = new Object(); for (let i = 0; i < str.length; i++) { if (map.hasOwnProperty(str[i])) { return false } map[str[i]] = true; } return true }
run
|
edit
|
history
|
help
0
Please
log in
to post a comment.
Too much Recursion
MyProfile_Medalla.java
tt
Узнать значени синуса в радианах
#include
🦆 you JS
FÜU 23.08
array objects to a single object
Tyu
David Anderson code challenge
Please log in to post a comment.