Skip to content

Instantly share code, notes, and snippets.

@MirzaChilman
Last active January 10, 2018 02:07
Show Gist options
  • Save MirzaChilman/baf74164eee41f415838a4c3d1865cb8 to your computer and use it in GitHub Desktop.
Save MirzaChilman/baf74164eee41f415838a4c3d1865cb8 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 = "javascript tes";
document.write(kata.indexOf("tes"));//11
</script>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment