CATEGORY

JavaScript

JavaScript return Vs throw Error [SOLVED]

The return and throw are used to handle errors and exceptions in JavaScript, but they are used in different ways.

By olorunfemiakinlua · 5 min read · JavaScript

JavaScript convert String To Array [4 Methods]

There are different way to convert string to array in JavaScript using split() method, split("") method, Array.from() method, Spread operator ..., Destructuring …

By olorunfemiakinlua · 4 min read · JavaScript

JavaScript parse JSON File [SOLVED]

JavaScript is a programming language commonly used in web development. It can be used to build interactive and dynamic websites and is often used in

By olorunfemiakinlua · 4 min read · JavaScript