Skip to content

troyericg/happiness-engine

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

// function Smileyface() {
// 	var Eyes = ":";
// 	var Mouth = ")";
// 	Face = [":","-",")"];
// 	for(i = 0; i < Face.length; i++) { 
// 		Smile.push(Face[i]);
// 	}
// return Smile;
// }

I presented the above code to Meghan Louttit, friend and Multimedia Producer for The New York Times.

It didn't work.

I decided this was better than trying to fix it.

This is the 6th iteration of this code.

It counts the number of possible smiley faces in a block of text.


About

First (original) JS program.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published