2022-11-28
|~4 min read
|656 words
*Note: A POJO is actually a “Plain Old Java Object”, but I’m talking about Javascript, so it’ll be “Plain Old Javascript Object” today…
2022-11-28
|~5 min read
|994 words
Python has a very concise syntax for creating new lists called List Comprehension. List comprehension is a way to define a new list based on…