Sharing My Journey in Web Development | Interesting Tools and Methods | And more...
6 min read
June 1, 2023
Reference Copy, Shallow Copy and Deep Copy
There are many ways to copy variables in JavaScript but there are three main copy types that need to be known before you copy to understand the behavior of the data in your application.
72
0
5 min read
March 29, 2023
The Trie data structure
A prefix of strings data structure
44
3
April 28, 2021
Cipher using JavaScript!
Javascript is One of the amazing programming languages because it can work both in the front-end (refer to the user interface) and back-end (means the server, application, and database).
75
1