Become a member
Sign in
Angad Pal Singh
Angad Pal Singh

Angad Pal Singh

19 Following
1 Followers
  • Profile

  • Claps

  • Highlights

Highlighted by Angad Pal Singh

See more

From React.js: a better introduction to the most powerful UI library ever created. by Ilya Suzdalnitski

A side note: we haven’t defined onFirstNameChange as a method. This is extremely important to define it as an arrow function property on the class, and not a method. If we had defined it as a method instead, then this would be bound to the form input that called the method, not to the class as we would have expected. This small detail often trips up beginners. This is another reason to avoid classes in JavaScript.

From 10 common mistakes aspiring/new pentesters make by PentesterLab

Spending too much time learning reversing/exploit writing instead of assessing systems, mobile and web

Claps from Angad Pal Singh

See more

Arrow Functions in Class Properties Might Not Be As Great As We Think

Nicolas Charpentier

A wild way to check if a number is prime using a regular expression

Mark Sauer-Utley

Fixing ‘The Installation Failed’ VirtualBox Error on Mac High Sierra

Daniel Meechan