FerdausPolok / dev-mates

A repository for storing useful code snippets that assist with everyday tasks, helping to streamline and improve day-to-day development workflows.
Apache License 2.0
8 stars 14 forks source link

2024 Add JavaScript custom DataStructure linked list #22

Closed FerdausPolok closed 1 month ago

FerdausPolok commented 1 month ago

In this PR I tried to add a JavaScript file that has some basic functionality of linked list which is a custom data structure for JavaScript.

FerdausPolok commented 1 month ago

LGTM 🚀 If possible please chnage the readme.md title with this PR. Change it to CONTRIBUTING.md as per hactoberfest's isntrcution.

Done.