SelfStudy JavsScript #1 ~ A Taste of JavaScript According to the official definition, JavaScript is a high-level, object-oriented, multi-paradigm, programming language. Breaking this complex-looking defintion into parts will make things easier: High-Level : Don't have... JavaScriptSelfStudyJavaScript JavaScript #4 ~ Data Types Variables can store various types of data in their container. Before going into it any further, it is important to first address the categories within types of data. 4) Undefined: a value taken by a variable that is not ... JavaScriptSelfStudyJavaScript JavaScript #11 ~ Equality Operators: == vs. === In previous posts, I talked about the importance and functions of logical operators (>, <). But, what if two values are equal to each other. Besides logical operators, there are also equality operators to compare two val... JavaScriptSelfStudyJavaScript
JavsScript #1 ~ A Taste of JavaScript According to the official definition, JavaScript is a high-level, object-oriented, multi-paradigm, programming language. Breaking this complex-looking defintion into parts will make things easier: High-Level : Don't have... JavaScriptSelfStudyJavaScript JavaScript #4 ~ Data Types Variables can store various types of data in their container. Before going into it any further, it is important to first address the categories within types of data. 4) Undefined: a value taken by a variable that is not ... JavaScriptSelfStudyJavaScript JavaScript #11 ~ Equality Operators: == vs. === In previous posts, I talked about the importance and functions of logical operators (>, <). But, what if two values are equal to each other. Besides logical operators, there are also equality operators to compare two val... JavaScriptSelfStudyJavaScript