:book: Notes on the seminal "JavaScript the Good Parts: by Douglas Crockford - GitHub - dwyl/Javascript-the-Good-Parts-notes: Notes on the seminal "JavaScript the Good Parts: by Douglas C... (more…)
Read more »
Dambrosio recently released RSLint, a linter for JavaScript that is written entirely in Rust. RSLint strives to be as fast as possible, customizable, and easy to use. RSLint is still in the early phase of its development and features basic Visual Studio C... (more…)
Read more »
The functionality of reduce has many names. reduce is in other languages called fold or foldr. (more…)
Read more »
The web disseminates ideas globally, instantly at zero cost. Because JS executes on the Web it has an unfair advantage over every other… (more…)
Read more »
Many text based conversations threads can be visualised as a tree. Mailing list archives often use nested <ul> to show a conversation. That’s fine, but has the major drawback of not bei… (more…)
Read more »