Nitin Sijwali

Nitin Sijwali @nsijwali

About: Surgeon who gives the HTML skeleton javascript soul and CSS clothes

Location:
Delhi, India
Joined:
May 12, 2022

Nitin Sijwali
articles - 5 total

Convert number to string in JS

Looking at the title, you might think it's a simple task that any noob can complete....

Learn More 7 2Jun 3 '22

Javascript: Sum diagonal and counter diagonal elements of n * n matrix

Given a square matrix of size n, calculate the sum of diagonal and counter diagonal elements. where...

Learn More 12 1May 31 '22

FizzBuzz program in javascript

In javascript interviews, the most frequently asked question is "FizzBuzz." The goal of asking this...

Learn More 2 4May 16 '22

Function Composition in Javascript

Function composition is an approach where the result of one function is passed on to the next...

Learn More 10 0May 13 '22

Merging two arrays and sort the resultant without sort functions using recursion in Javascript

Long ago, during an interview for one of the product-based companies, the interviewer asked me a DSA...

Learn More 18 0May 12 '22