JavaScript

Beschreibung

Mindmap am JavaScript, erstellt von idimitrovpz am 31/03/2014.
idimitrovpz
Mindmap von idimitrovpz, aktualisiert more than 1 year ago
idimitrovpz
Erstellt von idimitrovpz vor etwa 11 Jahre
49
1
1 2 3 4 5 (0)

Zusammenfassung der Ressource

JavaScript

Anmerkungen:

  • JavaScript is typeless language. The variables doesn't have type , but their values do.
  1. DATA TYPES

    Anmerkungen:

    • JavaScript have 6 data types , 5 primitive  types and only 1 reference type.
    1. primitive types
      1. number
        1. string
          1. null
            1. undefined
              1. boolean
              2. Object

                Anmerkungen:

                • Object is the only one reference type. It means that it is copied by reference. We pass a reference as an argument to a function ,like pointers in c/c++.
                • Set of properties. The fields and the methods are properties.
                1. predefined objects
                  1. Math
                    1. Number
                      1. String
                        1. document
                          1. window
                            1. arguments
                            2. JSON

                              Anmerkungen:

                              • JavaScript Object Notation. It is data format used in JS.
                              1. ASSOCIATIVE ARRAYS

                                Anmerkungen:

                                • Every object in JS is associative array. It means that its properties can be accessed that way = obj.["property"]
                                • Associative array doesn't have methods length , indexOf ,etc..
                            Zusammenfassung anzeigen Zusammenfassung ausblenden

                            0 Kommentare

                            There are no comments, be the first and leave one below:

                            ähnlicher Inhalt

                            Examen Fundamentos Basicos de Programación
                            Jose Valderrama0721
                            Test I. Introduction to web technologies
                            Angel Martínez Rodriguez
                            JavaScript Fundamentals
                            Andrew Watters
                            Front-End Web Development
                            Chanthy Ngin
                            Javascript - Quiz - Jan 2016
                            arunram.krish
                            OpenSource Programming
                            Faheem Ahmed
                            Javascript basics
                            James Drummond
                            jQuery Basics functions and method
                            Victor Bini
                            Javascript Variables
                            Rene Escobar
                            JavaScript DOM API - Funções Basicas - Interactive Web Pages
                            Victor Bini