LogoClawIndex
CasesSkillsAbout
LogoClawIndex

ClawIndex

OpenClaw Skills & Use Case Index

ClawIndex is an ecosystem-driven index of OpenClaw skills and real-world use cases.

Index

Skills·
Cases

Meta

About·
Disclaimer·
Email·
GitHub
© 2026 ClawIndex All Rights Reserved.

Skills with capability: convert sort() to toSorted()

Browse skills that share this capability.

  • js_tosorted_immutable - Use toSorted() Instead of sort() for Immutability
    javascriptarraysimmutabilityreact

    ★ 3 · Updated 2026-02-13

    Replaces sort() with toSorted() to maintain array immutability in JavaScript code

    ⚙ convert sort() to toSorted()⚙ implement immutable array sorting⚙ write immutable JavaScript code