Deep Dive into JavaScript Object Property Accessors

Revision of Objects An object is a collection of key-value pairs. let obj = { key1: “v… Read more

Similar

JavaScript Malware

What are the JavaScript malware attack techniques and how to prevent from them? Note: I first published this as an answer on InfoSec website under a previous and now deleted profile. Server side polymorphism Literally meaning many shapes, polymorphism i... (more…)

Read more »