View on GitHub

Wiki

A Wiki which shows the results of different courses

Download this project as a .zip file Download this project as a tar.gz file

Navigation

AWS

Microservices

Docker

Kubernetes

ServiceNow

JavaScript

React

Ethical Hacking

Type Of

typeof is a operator like + or - and not a method so you don’t need ()

typeof mystery //String
typeof undefinded //undefined
typeof null //object
typeof 2 //number