Unicode and JavaScript explained Original author: Ruan Yifeng Date: December 11, 2014 Last month, I made a sharing and introduced in detail the Unicode character set and the JavaScript language’s support for it. The following is the lecture notes shared this time.  ## 1. What is Unicode? Unicode originated from a very simple idea:… Continue reading Unicode and JavaScript explained
Month: October 2020
Unicode and JavaScript explained
Unicode and JavaScript explained Original author: Ruan Yifeng Date: December 11, 2014 Last month, I made a sharing and introduced in detail the Unicode character set and the JavaScript language’s support for it. The following is the lecture notes shared this time. 1. What is Unicode? Unicode originated from a very simple idea: to include… Continue reading Unicode and JavaScript explained
Detailed explanation of JavaScript operating mechanism: Talk about Event Loop again
Detailed explanation of JavaScript operating mechanism: Talk about Event Loop again Original author: Ruan Yifeng Date: October 8, 2014 A year ago, I wrote an article “What is Event Loop?” ” , talked about my understanding of Event Loop. Last month, I happened to see Philip Roberts’s speech “Help, I’m stuck in an event-loop” .… Continue reading Detailed explanation of JavaScript operating mechanism: Talk about Event Loop again
Introduction to Front End Module Manager
Introduction to Front End Module Manager Original author: Ruan Yifeng Date: September 14, 2014 Modular structure has become the mainstream of website development. The main job of making a website is no longer writing various functions by yourself, but how to combine various modules together. The browser itself does not provide a module management mechanism.… Continue reading Introduction to Front End Module Manager
“Introduction to ECMAScript 6” is online
“Introduction to ECMAScript 6” is online Original author: Ruan Yifeng Date: April 30, 2014 In the past month, I wrote a book “Introduction to ECMAScript 6” , which is online today. Website: es6.ruanyifeng.com ES6 is the next version of the JavaScript language and is expected to be officially released at the end of 2014. It… Continue reading “Introduction to ECMAScript 6” is online