terribleMia’s avatarterribleMia’s Twitter Archive—№ 10,411

    1. Question for y'all JS kids: I have a button that shuffles 250 cards on a static site (no framework). Currently using cloneNode, shuffling the array, then replaceChild… But all the internal assets re-download (images & iframe embeds). Is that avoidable? Can I shuffle in-place?
  1. …in reply to @TerribleMia