JavaScript, Object
Learn how to detect undefined
object properties in JavaScript the correct way.
Python, String
Here are two quick and elegant ways to check if a string is empty in Python.
JavaScript, Object
Pretty-printing JSON objects in pretty easy and customizable in JavaScript. Here's the gist of it.
JavaScript, String
Let's have a look at how to check if a string contains a substring in JavaScript.
JavaScript, Function
You've probably come across the double negation operator (!!
) before, but do you know what it does?
React, Components
Renders a checkbox list that uses a callback function to pass its selected value/values to the parent component.
CSS, Layout
Displays a menu overlay when the user hovers over the image.
JavaScript, Date
Returns the human-readable format of the given number of milliseconds.
JavaScript, Algorithm
Classifies a data point relative to a labelled data set, using the k-nearest neighbors algorithm.
React, Components
Renders a textarea component with a word limit.