What is javascript?
PRIMITIVE Javascript Datatype:
Primitive this is not an object. simple datatype
- Javascript is lightweight, cross-platform, object-oriented computer programming language
- Javascript is one of three core technologies of web development
- Client-side: javascript was traditionally only used in browser
- Server-side: we can use javascript on the server as well with node.js
jquery is a library of javascript or framework angular js and react
console.log: It is a common object/method provided by debuggers (including the Chrome debugger and Firebug) that allow a script to log data (or objects in most cases) to the JavaScript console
PRIMITIVE Javascript Datatype:
Primitive this is not an object. simple datatype
- Number: Floating point number, for decimals and integer
- String: Sequence of characters, used for text
- Boolean: logical data type that can only be true and false
- Undefine: Date type of variable which does not have a value yet
- Null: Also means 'non-existent'
Javascript has dynamic typing
0 comments:
Post a Comment