Xah Web Dev Blog Archive 2023-01
quite amazing, of the past 30 years, the only website that still did not require JavaScript is amazon.
- 2023-11-15 brave browser now has a ai chatbot called Leo.
updates
updates
minor updates. added tip icon and warning icon.
- JavaScript Basics
- JS: Conditional. if then else
- JS: Object Literal Expression
- JS: let
- JS: in (operator) ❌
- JS: for-in Loop ❌
- JS: delete (operator) ❌
- JS: var ❌
- JS: var Declaration Order (Name Hoisting)
- JS: Symbol Tutorial
- JS: Array.prototype.sort
- JS: Test Array Equality
- JS: Test Equality
- JS: Double Equal Operator
- JS: Difference of window.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: Prevent Adding Property
- JS: Object.getOwnPropertyDescriptor ❌
- JS: Get Set Prototype
- JS: Object.prototype.__proto__ ❌
- JS: Prototype and Inheritance
- JS: Add Method to Prototype
- reviving this blog.
- because i find it convenient to put webdev related stuff here, e.g. JavaScript CSS HTML.