Hi there I am currently working in a javascript project, though I cam across a problem, I don't know how to check if something is a part of a string. I know you don't understand what that means but to give you a n example of how you would do it in python.
if "a" in "abc":
print("a")
How do you do this in js can anyone tell me? Thank you in advance.