Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 
avatar of nick zoum

nick zoum

nick zoum has asked 21 questions and find answers to 17 problems.

Stats

446
EtPoint
94
Vote count
21
questions
17
answers

About

The only programmer that doesn't drink coffee.

JS Enthusiast (Browser, Node, Electron and whatever else you may find)

Some of my most voted questions:

  • Add custom typings file in a JavaScript VSCode project

  • Proxy substitue for ES5

Some of my most useful answers (primarily opinion based):

  • Add custom typings file to a JavaScript VSCode project
  • Parsing and running a mathematical equation in JavaScript
  • Running asynchronous operations in JavaScript
  • The UMD Design Pattern in JavaScript
  • Removing all instances of a class using Vanilla JS
  • Creating and using a JFrame in Java
  • Implementing the Singleton design pattern in Java
  • Why do both [] == true and ![] == true evaluate to false?
  • Why “this” is undefined in function called via logical operator?