Skip to content

Instantly share code, notes, and snippets.

@BinRoot
Created February 22, 2014 14:13
Show Gist options
  • Select an option

  • Save BinRoot/9155456 to your computer and use it in GitHub Desktop.

Select an option

Save BinRoot/9155456 to your computer and use it in GitHub Desktop.
<html>
<body>
<script>
var str = "the quick brown fox"
var french = str.replace("the", "le")
alert(french)
</script>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment