Hi there! I'm Shrushti!

I am an aspiring frontend web developer. I have keen interest in exploring and
learning JavaScript and its various technologies!

Skills



Projects

Stocks Profit or Loss

A WebApp which tells you whether your stock is in profit or in loss. Languages used are HTML,CSS and JavaScript

View Live View Code

Palindrome Birthdates

A webapp which tells you whether your birthdate form a palindrome number or not.Languages used are HTML,CSS and JavaScript

View Live View Code

Fun with Triangles

A webapp in which you can find Area,Hypotenuse and solve Quiz related to triangles.Languages used are HTML,CSS and JavaScript

View Live View Code
View all

Blogs

Prototypes in JavaScript!

Prototypes is one of the most important pillars in JavaScript! In this article we will understand what are prototypes ,what are global objects , what is this __proto__ property and how inheritance works in JavaScript underneath the hood.

Read

Event Bubbling and Capturing in JavaScript

Event Bubbling and Capturing are very important concepts to know if you want to have control over the events fired in DOM! In this article we will explore more about event capturing and event bubbling!

Read