Hey Scripting guys! I know there are lot of puzzles going on with this delete operator in JavaScript. In this blog, we'll explore about those puzzles with the help of following cases, It deletes properties.Returns true on success.Returns false on failure.Does not delete property with configurable set to false. Sometimes returns true on failure too.Does... Continue Reading →
Development with the New Edge Browser
Microsoft Edge is the default web browser developed by Microsoft but it has become more powerful with the help of Chromium. Before jumping onto the edge browser let us see the era of browsers that was developed by Microsoft. Internet Explorer - Did you remember me? Thomas Reardon developed this awesome browser on 1995 and... Continue Reading →
ng-conf 2019 – Keynote Recap
ng-conf is a three-day Angular conference focused on delivering the highest quality training in the Angular JavaScript framework. 1500+ developers from across the globe converge on Salt Lake City, UT every year to attend talks and workshops by the Angular team and community experts. In this blog, we are going to see the updates about... Continue Reading →
Create Custom pipes in Angular
ng-hello. A pipe is used to transform values in an Angular template. It takes in data as input and transforms it to a desired output. In this blog we will see what are all the built in pipes available and also we'll explore how we can create custom pipes in Angular. Built-in Pipes Angular comes... Continue Reading →
Hello World: ASP.NET First MVC Application using Visual Studio 2017
Hey Guys! In this blog, we are going to see how we can create an ASP.NET MVC application using Visual Studio 2017. Enough of talking, let's jump into action. Steps to be followed: STEP 1: Open Visual Studio 2017. From the Visual Studio menu, select File --> New --> Project. STEP 2: Select the template... Continue Reading →