Author: Daryl

See all our posts by Daryl.

String Primitives vs String Objects

Strings are useful for holding data that can be expressed in text form. In JavaScript, a string is a combination of zero or more characters enclosed in quotes. Depending on how you declare a string, the output may differ. This can cause unwanted bugs or even break your code. Relatable?…

/ 0 Comments

How to Write an Epic Blog Post

(Read till the end, I will be revealing a couple of secrets) Writing a blog is a little like Coding; You can watch online tutorials on how to code (or read articles about how to write a blog post) for months, but nothing will equip you for the real thing…

/ 0 Comments