ᴅʀ. ᴍᴏᴡɪɴᴄᴋᴇʟ'ꜱ on Nostr: npub16dssp…wegdd fair, wrap in a function usually means make a function. ☺️ Ok ...
npub16dsspenrfjynjv605manznpsw5jgtxcc09zn26wy686tzy57m0nstwegdd (npub16ds…egdd) fair, wrap in a function usually means make a function. ☺️
Ok so, let's say i want to just sort the object to have a look at, not actually change it
Then sort(object) is a good way to go.
While if I want to both sort and change it then object.sort() is the way to go (rather than saving sort(object)?)
Ok so, let's say i want to just sort the object to have a look at, not actually change it
Then sort(object) is a good way to go.
While if I want to both sort and change it then object.sort() is the way to go (rather than saving sort(object)?)