2 questions
How do I implement String.prototype.substr in PureScript?https://github.com/purescript/purescript-strings/pull/116https://developer.mozilla.org/ja/docs/Web/JavaScript/Reference/Global_Objects/String/s...
How do I sort the arrays in descending order in PureScript?Currently, sort and then reverse like ↓.module Main (main whereimport Preludeimport Data.Array as Arrayimport Effect (Effect)import Effect.Co...
© 2024 OneMinuteCode. All rights reserved.