JavaScript Quotes
In JavaScript there are a number of quote types that we can use: Single Quotes, Double Quotes and Backticks.
=, == or ===
What are the differences between single, double and triple equals in JavaScript
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.