Skip to content

Instantly share code, notes, and snippets.

@MirzaChilman
Created January 10, 2018 16:50
Show Gist options
  • Save MirzaChilman/a3f27943bb2b606ce7cc14aeb4d99362 to your computer and use it in GitHub Desktop.
Save MirzaChilman/a3f27943bb2b606ce7cc14aeb4d99362 to your computer and use it in GitHub Desktop.
<!DOCTYPE html>
<html>
<head>
<title></title>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
</head>
<body>
<script type="text/javascript">
var kata = "tes javascript tes";
console.log(kata.startsWith("tes"));//True
</script>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment