SyntaxFix
Write A Post
Hire A Developer
Questions
You can remove a string from an array like this:
array = ["Bob", "Same"] array.remove("Bob")