SoFunction
Updated on 2025-04-11

JavaScript object-oriented code practice

  • AppBaseJs class library Commonly used javascript functions and other js class libraries written in the Internet

    AppBaseJs class library. A written by borrowing commonly used functions and other js library on the Internet to facilitate everyone's call.
    2010-03-03
  • Javascript object-oriented (one) (common methods, private methods, privileged methods)

    Recently, some JS object-oriented stuff have been shielded online. Add your own understanding to what other experts have summarized
    2012-05-05
  • JavaScript information encapsulation Getting started with js objects

    The following code encapsulation is more commonly used and easy to understand. Only by mastering these first can you have a deeper understanding of the definition methods for the json format.
    2010-04-04
  • Javascript object-oriented overloading

    Overloading is a very important feature in object-oriented languages, and JavaScript, a self-proclaimed object-oriented language, does not directly provide the function of overloading.
    2010-05-05
  • JavaScript copy object usage instructions

    JavaScript copy object usage instructions, friends who need it can refer to it.
    2011-06-06
  • Pop-up layer effect code implemented in javascript object-oriented way

    Since I used to be a .net programmer, even when I am working on front-end, I am used to writing js scripts in an object-oriented way. I think if you were also or are still a third-generation programmer before, you should be familiar with this.
    2010-01-01
  • One of the object-oriented Javascript (first learning about Javascript)

    Javascript is a highly expressive language that plays a very critical role in today's popular web wave. Using this technology rationally and efficiently can make our web world colorful. First, let’s get to know several unique features of this technology
    2012-01-01
  • Learn JS object-oriented achievements and publish the latest work to communicate with everyone on National Day

    Learn about JS object-oriented achievements and use the latest work released on the National Day to communicate with you. You can take a look.
    2009-10-10
  • Detailed introduction to the basics of Object-Oriented JavaScript

    This article introduces commonly used objects in js, including JavaScript objects, Introduction to String objects, Date(), Array, Mathematical objects, Function objects, Application introduction, students who need to know can refer to it, please refer to it if you want to know.
    2012-09-09
  • One of the ways to write classes in javascript

    Starting from this article, we will analyze the writing methods of js OO from shallow to deep, and there will be about 5-8 articles. Later, we will analyze the writing methods of popular libraries (frameworks). For the sake of singularity, inheritance, (private, protected) properties or methods of the class are not considered for the time being.
    2009-07-07