Ayushparikh-code / Web-dev-mini-projects

The repository contains the list of awesome✨ & cool web development beginner-friendly✌️ projects!
MIT License
2.67k stars 1.21k forks source link

Optimized code #532

Closed ayan-ansa closed 3 months ago

ayan-ansa commented 3 months ago

Description

In JavaScript code when accessing data from localstorage without parse it and check if localstorage is null then assign an empty array in the variable else parsing the localstorage data. I changed that 6 lines of code into one line of code

(Describe your project over here.)

Checklist

Related Issues or Pull Requests number

(Write your answer here.)

ayan-ansa commented 3 months ago

I want to change those 2-3 times repeating code into one line of code