JavaScript

Description

Mind Map on JavaScript, created by idimitrovpz on 03/31/2014.
idimitrovpz
Mind Map by idimitrovpz, updated more than 1 year ago
idimitrovpz
Created by idimitrovpz about 11 years ago
47
1

Resource summary

JavaScript

Annotations:

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

    Annotations:

    • 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

                Annotations:

                • 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

                              Annotations:

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

                                Annotations:

                                • 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..
                            Show full summary Hide full summary

                            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