DEV Community

Jay
Jay

Posted on

How can I remove a specific item from an array?

How do I remove a specific value from an array? Something like:

array.remove(value);

Constraints: I have to use core JavaScript. Frameworks are not allowed.

Top comments (0)