• Different types of programming quotes

    JavaScript Quotes

    In JavaScript there are a number of quote types that we can use: Single Quotes, Double Quotes and Backticks.

    Date

  • Examples of JavaScript equals

    =, == or ===

    What are the differences between single, double and triple equals in JavaScript

    Date

  • a simple array of numbers and an array of objects

    Array.some()

    An array is a list of things in programming languages, in JavaScript a method is something that you can do to a variable, such as an array. Today I am focussing on the .some() array method.