Categories
Codes General Javascript

Generator Functions in JavaScript

Have you ever heard of generator functions in JavaScript? In this post, I share about generator functions and how to implement them.

Categories
Codes General

Coding Style: Imperative vs Declarative

What is the difference between imperative and declarative coding style? Which style do you prefer on your job?