Skip to content

Commit

Permalink
Create StringOperation.html
Browse files Browse the repository at this point in the history
  • Loading branch information
lixinso authored Dec 13, 2021
1 parent 82f7a50 commit 03c14b9
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions JavaScript/StringOperation.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@

<script>
let text = "Hello world, welcome to the universe.";
let result = text.indexOf("welcome");
</script>

0 comments on commit 03c14b9

Please sign in to comment.