Skip to Content
Sign in
Codequality

Codequality

2 posts

Named arguments | JS

Named arguments | JS

In this post we will see what the named arguments are and how they can help us to make code cleaner.

Avoiding IF nesting

Avoiding IF nesting

Tip to improve the readability of our code. We will achieve this by using guard clauses which will help us avoid this IF nesting.