We have learnt scopes and closures in JavaScript with my previous posts. Combining these two core concepts, JavaScript gives us a beautiful syntax called self-invoking anonymous functions. It simply means an unnamed function that executes itself. This spe... (more…)
Read more »
unmiss - π Ruby's method_missing implementation in modern javascript... (more…)
Read more »
roosterjs is a framework-independent javascript rich text editor. - microsoft/roosterjs... (more…)
Read more »
A truly monstrous async web chat using no JS whatsoever on the frontend - GitHub - kkuchta/css-only-chat: A truly monstrous async web chat using no JS whatsoever on the frontend... (more…)
Read more »
JavaScript functions can be categorized into named or anonymous on the basis of the value of their name property. A named function can be declared as follows:12345function add(a, b) { return a +... (more…)
Read more »