Can someone help explain why I keep getting the error message "5Style is not a function"?
NationalLevelCategoriesChosenList = [
["5Style", "5MelodyHarmony", "5RhythmTempo", "5TextureStructureForm", "5Timbre"]
], [
[]
];
if (NationalLevelCategoriesChosenList[0].some("5Style")) {
console.log("working")
}