Simple Concept
  • Blog
  • Tools
  • Commands

Javascript

A collection of 2 posts

Node.js

A smarter dotenv for Node.js

If you've been coding in Node.js for some time, it's likely that you've used or at least heard of dotenv. Dotenv is a zero-dependency module that loads environment variables from a .env

Tim Wong Tim Wong
Javascript

Inheritance and Prototype Chain in Javascript

Javascript is an interesting programming language. It's functional, yet object-oriented. It's object-oriented, while it doesn't have the concept of class. Javascript is prototype-based and inheritance is done prototypically. The prototype chain What is

Tim Wong Tim Wong
Simple Concept © 2025
Latest Posts Ghost