Benny KangJavaScript functionsThis post is for myself to remember the different types(declarations, expressions, arrow)of functions syntax and their difference.Nov 19, 2021Nov 19, 2021
Benny KangJavaScript Ternary OperatorI have included two ways of writing conditionals ( if/else, switch ) and this Ternary Operator is another one.Nov 1, 2021Nov 1, 2021
Benny KangJavaScript Switch StatementLet us now map some activities to each day using switch statementNov 1, 2021Nov 1, 2021
Benny KangJavaScript Template Literals and Equality OperatorsTemplate Literals is ES6’s much better toolJul 13, 2021Jul 13, 2021
Benny KangJavaScript different between let, const and varlet and const were introduced in ES6 modern JavaScript and var is old wayJul 7, 2021Jul 7, 2021
Benny KangJavaScript has Dynamic typingJavaScript has Dynamic typing - Do not have to manually define the data type of the value stored in a variable. Instead, data types are…Jul 6, 2021Jul 6, 2021