JavaScript foundation

Different Data Types: Stings in quote Numbers Boolean is true or false Null is the absence of value Math Operators: + “add” –  “subtract” *  “multiply” / “divide” Properties: When you introduce a new piece of data into a JavaScript program, the browser saves it as an instance of the data type. An instance is an object … [Read more…]

AngularJS Intro

AngularJS is a great javascript framework. Declarative programing you tell angular what to do instead of how to do it, with less code to write and maintain, code well organized. ex: www.truecar.com It has  fantastic community support. How does it work? user makes a request on url to the server that sends back a response … [Read more…]