Home  >  Q&A  >  body text

javascript object problem

js objects, what knowledge is often used in actual development? Array? time? Regular expression?
For example, when using slideshows or other special effects, do these need to be used?

PHPzPHPz2731 days ago556

reply all(4)I'll reply

  • 仅有的幸福

    仅有的幸福2017-05-18 10:54:15

    In actual development, basic types will be combined and used in various ways.

    reply
    0
  • 仅有的幸福

    仅有的幸福2017-05-18 10:54:15

    Objects that are not used in JavaScript development are java objects.

    reply
    0
  • 滿天的星座

    滿天的星座2017-05-18 10:54:15

    You can use the object as a container, which can be used to store various data formats

    reply
    0
  • 大家讲道理

    大家讲道理2017-05-18 10:54:15

    "Slides and other special effects" are said to belong to the presentation layer, which can be implemented by operating DOM elements or using Canvas; while objects and arrays are all data structures, and when you process data or write algorithms Will be used more often.

    reply
    0
  • Cancelreply