On Saturday, 2nd May 2020, 7PM IST, ng-India is hosting a webinar on – “Simplifying Change Detector in Angular”. It is free to attend. Excited ? Agenda Angular can detect when data changes in the component, and can re-render the view to display the updated data. Angular makes sure that always data in the component and … Continue reading ng-India Free Webinar: Simplifying Change Detection in Angular
Month: April 2020
Video – slice method in JavaScript
Explain Object.keys in JavaScript
Enumerating through the properties of a JavaScript object is a persistent requirement. Hence it becomes a popular question in a JavaScript interview. Any good JavaScript developer must know about various available options. Note: You can find a video tutorial on the same at the end of the article. To start with considering the Dog object … Continue reading Explain Object.keys in JavaScript
Video – How to create constant or a read-only property in JavaScript
This video explains to create a constant or a read-only property in JavaScript. https://www.youtube.com/watch?v=d0D1C-z91lQ