PinnedIgor GoncharJavaScript: 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, 20231Jan 26, 20231
PinnedIgor GoncharAngular: 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, 20213Feb 16, 20213
Igor GoncharJavascript: 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, 20211Jun 8, 20211
Igor GoncharNode.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
Igor GoncharFirebase 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
Igor GoncharAngular: 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