Jun
24
Right now, some idle thoughts
Published 13:06 Jun 24, 2022 by @ezra.
#Feelings# I wish I could wrap you into my arms.
Kiss you, as before.
You are lodged in my heart… I long to hea...
Apr
25
Why is using "for...in" for array iteration a bad idea?
Published 17:04 Apr 25, 2022 by @ezra.
#Programming# The reason is that one construct:
var a = []; // Create a new empty array.
a[5] = 5; // Perfectly ...