PinnedJavaScript: hasOwn() — new way to check if Object has propertyIf you are still using hasOwnProperty() method to check if JS Object has a custom property — then you definitely need to check this articleJan 26, 2023A response icon1Jan 26, 2023A response icon1
PinnedAngular: local variables of *ngFor directiveWhen you become an adept of Angular development then *ngFor becomes probably the most used tool in your work with templates, of-course…Feb 16, 2021A response icon3Feb 16, 2021A response icon3
Javascript: Array methods cheatsheetI remember how complicated it was at the beginning of my career to understand how all the Array class methods work, differ from each other…Jun 8, 2021A response icon1Jun 8, 2021A response icon1
Node.js 16: setTimeout with async/awaitOn April 20, 2021 the Node.js was release with a new version — 16. It included a couple of notable changes like:May 6, 2021May 6, 2021
Firebase channels: hosting staging environmentFirebase — is an excellent choice for hosting Angular applications: it’s fast and secure. With just one command, you can deploy your…Apr 6, 2021Apr 6, 2021
Angular: highlight search textLet’s consider we have a task: to create an input element and highlight text in the paragraph, based on the user input.Nov 30, 2020Nov 30, 2020