Xah JS Blog. 2023-01 to 2023-12
quite amazing, of the past 30 years, the only website that still did not require JavaScript is amazon.
- π Deno: Read File
- 2023-11-15 brave browser now has a ai chatbot called Leo.
updates
updates
minor updates. added tip icon and warning icon.
- JavaScript in Depth
- JS: Conditional. if then else
- JS: Object Literal Expression
- JS: let (variable declaration)
- JS: in (operator) π
- JS: for-in Loop π
- JS: delete (operator) π
- JS: var (variable declaration) π
- JS: name hoisting (var name order)
- JS: Symbol Tutorial
- JS: βargumentsβ object in function keyword
- JS: βfunctionβ (keyword) declaration vs expression
- JS: Strict Mode
- JS: Array.prototype.sort
- JS: Test Array Equality
- JS: Test Equality
- JS: Double Equal Operator
- JS: Difference of isNaN vs Number.isNaN
- JS: typeof (operator)
- JS: What is Constructor
- JS: instanceof (operator)
- JS: typeof, instanceof, .constructor
- JS: Object.isExtensible π
- JS: Object .preventExtensions π
- JS: Object.isExtensible π
- JS: Object.seal
- JS: Object extensible, seal, freeze
- JS: Object .getOwnPropertyDescriptor π
- JS: Get Set Prototype
- JS: Object .prototype .__proto__ π
- JS: Prototype and Inheritance
- JS: Add Method to Prototype
- JS: RegExp.prototype.exec
- JS: String.prototype.match
- JS: String.prototype.matchAll
- JS: Regular Expression Flags
- reviving this blog.
- because i find it convenient to put webdev related stuff here, e.g. JavaScript CSS HTML.