We're a place where coders share, stay up-to-date and grow their careers.
Not much difference but I like to use sets for these comparisons for faster lookups.
const localDomains = new Set([...]) localDomains.has(...)
I actually also like this as a solution. Thank you!
Not much difference but I like to use sets for these comparisons for faster lookups.
I actually also like this as a solution. Thank you!