Bino
Home
Essays
Notes
Desk
Drawer
ML
Feed
About
Search
# Javascript
Pure functions
20 Feb 2022
A pure function is a function which given the same input, always returns the same output.
Read more
Primitive Data types in JS
18 Feb 2022
In JavaScript, a primitive (primitive value, primitive data type) is data that is not an object and has no methods or properties.
Read more
Shortest Program in JS
10 Feb 2022
Shortest Program in JS: Empty file. Still, browsers make global Execution context...
Read more
Class and Function Hoisting in JS
2 Feb 2022
An important difference between function declarations and class declarations is that while functions can be called...
Read more
««
«
1
2
3
»
»»