Answers for "want to check a string in if case using startswith prefix discord in js"

28

js startswith

var str = "Hello world, welcome to the universe.";
var n = str.startsWith("Hello");
Posted by: Guest on March-13-2020

Code answers related to "want to check a string in if case using startswith prefix discord in js"

Code answers related to "Javascript"

Browse Popular Code Answers by Language