JavaScript

Descripción

Mapa Mental sobre JavaScript, creado por idimitrovpz el 31/03/2014.
idimitrovpz
Mapa Mental por idimitrovpz, actualizado hace más de 1 año
idimitrovpz
Creado por idimitrovpz hace más de 11 años
51
1

Resumen del Recurso

JavaScript

Nota:

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

    Nota:

    • 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

                Nota:

                • 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

                              Nota:

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

                                Nota:

                                • 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..
                            Mostrar resumen completo Ocultar resumen completo

                            Similar

                            Quiz - Object Oriented Javascript
                            arunram.krish
                            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