Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums JavaScript Objects please explain

  • This topic is empty.
Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #152988
    javascriptnewbie
    Participant

    Could someone please explain what objects are in simple words..

    It’s kind of ruining my whole jscript journey I cannot advance unless I understand them..

    Also an example would be great aswell..

    Thank!

    #152990
    Steven Morgan
    Participant

    I’m no expert, but you target an object and pass a method:

    objectName.propertyName

    in real terms:

    var message=”Hello World!”;

    I hate W3 schools with a passion, but they explain it pretty well here:
    http://www.w3schools.com/js/js_objects.asp

Viewing 2 posts - 1 through 2 (of 2 total)
  • The forum ‘JavaScript’ is closed to new topics and replies.