Business
Jobs
  • About Us
  • Solutions
    • Job Postings
      Post your job and receive qualified candidates in 48h.
    • Candidate Assessments
      500+ technical and psychological tests, plus anti-fraud.
    • Headhunting
      Tailor-made executive search from start to finish.
    • Payroll + EOR
      Payroll dispersal and EOR across 15+ LATAM countries.
  • Pricing
  • Jobs

0

159
Views
How to save, load and edit lists in JavaScript

So I have heard about saving and I wanted to make so that on my website users can make list of clickable links and save them and delete them. So is it possible? I am good at HTML and CSS but I am just learning JavaScript.

about 4 years ago · Santiago Trujillo
2 answers
Answer question

0

Yeah, it's possible. You need to save the data somewhere : it could be on the browser of the user by using localStorage or on the server by creating an API that can save the data, for example, in a database.

or use Simple NodeJs Express example app url

about 4 years ago · Santiago Trujillo Report

0

You can store the list of links in an array and then JSON.stringify it so you can store it in localStorage (localStorage only accepts strings). Just have an input for links and a button to add them then add some event listeners to read then change localStorage.

about 4 years ago · Santiago Trujillo Report
Answer question
Find remote jobs

Discover the new way to find a job!

Top jobs
Top job categories
Business
Post vacancy Pricing Sales
Legal
Terms and conditions Privacy policy
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Show me some job opportunities
There's an error!