Why Nostr? What is Njump?
2024-02-21 04:22:39

yunginter.net on Nostr: for (let i = notes.length - 1; i > 0; i--) { const j = Math.floor(Math.random() * (i ...

for (let i = notes.length - 1; i > 0; i--) {
const j = Math.floor(Math.random() * (i + 1));
[notes[i], notes[j]] = [notes[j], notes[i]];
}
Author Public Key
npub1tltf8es60957eawprkl4ecs2akkpe6n3wgt4tvphj4vef0mqvxasv6ve7g