Open mralanlee opened 5 years ago
Change the data structure in constants.js where Array is used to a nested object.
Array
Using a hash lookup would be more optimal than using indexOf or other array methods.
indexOf
Change the data structure in constants.js where
Array
is used to a nested object.Using a hash lookup would be more optimal than using
indexOf
or other array methods.