FormData
Today I wanna talk about HTML Form element, 'cause I learnt about the Web API - FormData
Using Console
For most of the time, we just use console.log(), it's time to pick up new things
6 takeaways from Donald Trump’s first Sta...
I just read an article of trump's state of union, just for keeping up with latest politic news and learning...
DOM Event and its Model
Today I wanna go over the Event related things, just basic knowledgeand do some experiments,
Differences between React and Vue
After learning React and Vue, I summarize some similarities and differences between them. To gain a better understanding of both...
Full Stack Mind Map
A mind map of what should a full-stack programmer learn from my own perspective, or just say, what I expect...
A mini game: Overlapping Maze
Last week, I saw a TV show named 最强大脑, which means The Smartest Brain in English.During the showtime, I was...
ES6 – Promise
The Promise object represents the eventual completion (or failure) of an asynchronous operation, and its resulting value.
bind method
The bind() method creates a new function that, when called, has its this keyword set to the provided value, with...
ES6 – Generator
The Generator object is returned by a generator function and it conforms to both the iterable protocol and the iterator...
ES6 – Classes
JavaScript classes, introduced in ECMAScript 2015, are primarily syntactical sugar over JavaScript's existing prototype-based inheritance. The class syntax does not...