Codú

Tomas's Coding Profile

Avatar for Tomas

Tomas

@tomas-fac

Software Engineer [TS, JAVA, AZ]

tomas-kaiser.github.io

Articles (5)

Tomas2 min

What Is NodeJS

Node JS or just Node is an open-source and cross-platform runtime environment for executing JavaScript code outside of a browser. We usually use Node to bu

0
0
Tomas2 min

Magic Keyword This in JavaScript

The keyword this is an object that executes the current function. If we have a function inside of an object, we call it a method. In that case, the this r

0
0
Tomas3 min

How to Handle Promise in JavaScript

Before we dive in, let's explore what the promise actually is. It is like in the real world where I promise you to teach you how to handle it. There are t

0
0