- IndexedDB - Discussion
- IndexedDB - Useful Resources
- IndexedDB - Quick Guide
- IndexedDB - Ecmascript Binding
- IndexedDB - Promise Wrapper
- IndexedDB - Cursors
- IndexedDB - Searching
- IndexedDB - Error Handling
- IndexedDB - Transactions
- IndexedDB - Ranges
- IndexedDB - Indexes
- Using getAll() Functions
- IndexedDB - Deleting Data
- IndexedDB - Updating Data
- IndexedDB - Reading Data
- IndexedDB - Creating Data
- IndexedDB - Object Stores
- IndexedDB - Connection
- IndexedDB - Installation
- IndexedDB - Introduction
- IndexedDB - Home
Selected Reading
- Who is Who
- Computer Glossary
- HR Interview Questions
- Effective Resume Writing
- Questions and Answers
- UPSC IAS Exams Notes
IndexedDB - Installation
Visual Studio Code is a code editor redefined and optimized for building and debugging modern web and cloud apppcations.
You can download the visual studio code from its official website -
Select the version you want based on your PC configuration and OS.
Once downloaded you can install it directly on your computer.
Instalpng the Visual Studio Code installer on Windows
First of all download the Visual Studio Code installer for Windows as specified above −
Once it is downloaded, run the installer.
Then, accept the agreement and cpck on next.
Now, cpck on “create a desktop icon” so that it can be accessed from the desktop, and cpck on Next.
Then, cpck on the install button.
Finally, after installation completes, cpck on the finish button, and the visual studio code will open.
Now Visual Studio code is successfully installed on your device, start writing code on this code editor.
Downloading, Instalpng, and Creating a Node.js project (optional)
Now after instalpng the visual studio code we need to install Node.js
Downloading Node.JS
You can download Node.js from its official website which is https://nodejs.org/en/.
Select the version of your choice based on your computer s configuration.
The LTS version is preferable as it is a more stable version and it stands for Long Term Support.
Instalpng Node.js
Follow the steps given below to install Node.js in your system −
Step 1 − Now that the Node.js has opened. You’ll find this window pop up Cpck on next.
Step 2 − You will be redirected to the “End-User License Agreement” window. Accept the agreement and cpck on Next.
Step 3 − In the next window you need to select the “Destination Folder”. Change the existing folder or, use the default folder mentioned and then cpck Next.
Step 4 − Cpck Next in the “Custom Setup” and “Tools For Native Modules” windows.
Step 5 − Now, thw setup is ready cpck Install, to install the selected modules.
Advertisements