Until recently Pernosco was limited to debugging statically-compiled languages with DWARF debuginfo. Many of our potential customers would ... (more…)
Read more »
Closure is a named or anonymous function defined within the context of an object or any other function. Learn what is a JavaScript Closure through examples...
Read more »
I wasn’t a huge fan of Javascript in general and NodeJS in particular. I was usually more fond of other lower-level languages such as Go or Rust. I mistakenly thought Javascript and NodeJS couldn’t give me the low-level control I usually want in order to ... (more…)
Read more »
Get to know all about "let" and "const" in JavaScript ES6, and how it differs from the age old "var" keyword in defining variables. (more…)
Read more »