DEV Community

Cover image for Vanilla Javascript
Sineka R
Sineka R

Posted on

Vanilla Javascript

JavaScript Basics

My first app created using vanilla javascript which performs curd operation.

  • user can add, edit, update and delete the content.
  • here, I learned how to get the data and store in the local storage.

Top comments (0)