All posts

Tag

#javascript

3 posts

AI co-authored

Optional Chaining in JavaScript

How JavaScript's optional chaining operator replaces defensive null checks when reading nested properties, and where it stops helping.

  • programming
  • javascript
AI co-authored

Solving FizzBuzz in Python and JavaScript

FizzBuzz in Python and JavaScript, why interviewers still ask it, and what a clean solution looks like in each language.

  • programming
  • javascript
  • python
  • interview