Search Results

Results for "object"

50 articles found

JavaScript code highlighting the 'this' keyword JavaScript
1 min read

Understanding 'this' in JavaScript

The 'this' keyword in JavaScript is notoriously confusing because its value depends on how the function is called. In the global context, this refers to th…

Object oriented programming concept Object-Oriented Programming
1 min read

Object-Oriented Programming in Python

Object-oriented programming (OOP) is a paradigm that organizes code around objects rather than functions. Python is an OOP language from the ground up. A c…

Software testing concept Testing & Debugging
1 min read

Testing Your Python Code with unittest

Testing is an essential part of professional software development. It ensures your code works as expected and catches bugs before they reach production. Py…

A solitary person standing on the edge of a high cliff overlooking the ocean Philosophy
1 min read

Kierkegaard: The Leap of Faith

Often called the father of existentialism, Søren Kierkegaard was concerned with what it means to be a single individual in a world of abstract systems and…

A bat in flight at twilight Animals
1 min read

How Bats Navigate in Total Darkness

Bats are the masters of the night sky, and their secret is echolocation. They emit high-frequency sound pulses that bounce off objects and return as echoes…