Amena AkterRemove duplicate item from an arraySometimes we see duplicate items in an array. For our work convenience it is very important to remove duplicate items. It is very simple…Nov 6, 2020Nov 6, 2020
Amena AkterIntroduction of ReactReact is a JavaScript library for building user interfaces. React.JS is an open-source, component-based front end library. It designs…Nov 4, 2020Nov 4, 2020
Amena Akter1.JavaScript Try…CatchIn JavaScript, the try statement allows you to add a block of code that will be tested for errors when it is executed. If an error does…Nov 3, 2020Nov 3, 2020
Amena Akter01.JavaScript FunctionEvery JavaScript function is actually a “Function Object”. It is a block of code designed to perform a particular task. The function…Nov 2, 20202Nov 2, 20202