Skip to content

Instantly share code, notes, and snippets.

@codecademydev
Created August 3, 2016 18:38
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/2696460d6a00e012145526d81597f6ac to your computer and use it in GitHub Desktop.
Save codecademydev/2696460d6a00e012145526d81597f6ac to your computer and use it in GitHub Desktop.
Codecademy export
/*jshint multistr:true */
var text = "Hey, how are you \ dooing? My name is Antonina. My fullname is Antonina Catrinici.";
var myName = "Antonina";
var hits = [];
for(var i = 0 , i < text.length , i++); {
hits.push(text[Antonina]);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment