This is public repository to showcase the progress of completing the learning resources by Gyan Matrix and also showcase the projects.
By leanrning VS Code shortcuts we can select the options easily without using mouse.
Intellisense and Emmet are Auto Suggestion given by the VS Code Editor. It helps us to save some time by not typing the full Statements and Scripts.
Extensions are one othe very useful feature in VS Code. It enables the programers to do tasks easily.
-
index.html --> A BASIC WEBPAGE UPLOADED TO THIS REPOSITORY
-
style.css --> THE CSS FILE IS LINKED TO HTML PAGE AND UPLOADED TO THIS REPOSITORY
-
variables.js --> JS file is commited to this Repository
-
operators.js --> JS file is commited to this Repository
-
js_nested_if-else_stmt_in_for-loop.js --> JS file is commited to this Repository
-
js_switch_stmt_insided_while-loop.js --> JS file is commited to this Repository
-
js_function.js --> JS file is commited to this Repository