Skip to content

Instantly share code, notes, and snippets.

@codecademydev
Created January 11, 2016 18:50
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save codecademydev/647004c7cd6713891038 to your computer and use it in GitHub Desktop.
Save codecademydev/647004c7cd6713891038 to your computer and use it in GitHub Desktop.
Codecademy export
user's name." So if your name is 11 /*jshint multistr:true */
var text = "iona blablabla bla iona";
var myName = "Iona";
var hits = []
for (var i=0 ; i < text.length; i++);
if (text[i] === 'I')
{
for (var j= i; j < myName.length; i++);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment