Blog

ReasonML vs TypeScript: comparing their type systems

A type is a labeled set of constraints that can be imposed on a value. A type system analyses values in a piece of code, and validates them against their types. JavaScript has a type...
Seif Ghezala's photo
Seif Ghezala
2019-02-01 · 9 min

JavaScript’s Maps For Better Performance

This article is not intended to explore the API of the Map object in details. If you’re looking for such a source, please check out MDN. In general, the Map data structure is useful...
Seif Ghezala's photo
Seif Ghezala
2018-11-01 · 5 min
Page 7 of 7