MMichaelinfrenchmike.hashnode.dev·Jul 27, 2023 · 2 min readJS Short Circuiting to Shorten your CodePart 2 (logical AND) In JavaScript, we can utilize short-circuiting using || (logical OR) or the && (logical AND) operators. This article focuses on the logical AND (&&) operator and provides examples. Logical AND && Examples Try to guess and test th...00
MMichaelinfrenchmike.hashnode.dev·Jul 21, 2023 · 2 min readToo Old to Code ? (my story)The short answer is no. Mindset Mindset is everything. When you think you are too old to start something new, it is not your age talking - it's your mind, your thoughts, your inner voice. I have faced moments of doubt throughout my life. At 12 I thou...00
MMichaelinfrenchmike.hashnode.dev·Jul 19, 2023 · 4 min readJS Short Circuiting to Shorten your CodeIn JavaScript, we can utilize short-circuiting using || (logical OR) or the && (logical AND) operators. This article focuses on the logical OR (||) operator and provides an example of how to use it to simplify code. Logical OR || Examples Try to gues...00