Zum Hauptinhalt gehen

How to access JavasScript Built-in object and use its static methods

Kommentare

5 Kommentare

  • Stefan Schweigert

    Hi Jack,

     

    Currently, there are only certain functions that are available, like Math and Date functions, accessible through =Math. in an expression.

     

    Thanks, Stefan

    0
  • Permanently deleted user

    Thanks Stefan, any plan to introduce other functions in the future release?

    0
  • Stefan Schweigert

    We'd like to more where they make sense; this one is on our list. Are there any other functions that you commonly use or might want to in the future?

    0
  • Permanently deleted user

    Thanks Stefan. That's good to know. isNaN() is another one I often need. Suggestion only: how about post your list in Idea page or somewhere so we could see what's coming in and can also add and vote.

    0
  • Ken Lyon

    It's worth bearing in mind that we are limited to functions and objects that are included in ECMAScript 5.1 to ensure compatibility across all supported viewers.

     

    That wouldn't be a problem for isNaN(), but it is a limitation to be aware of.

    0

Bitte melden Sie sich an, um einen Kommentar zu hinterlassen.