indefinite-article
Advanced tools
Sorry, the diff of this file is not supported yet
@@ -60,3 +60,3 @@ /* | ||
| var regexes = [/^e[uw]/, /^onc?e\b/, /^uni([^nmd]|mo)/, /^u[bcfhjkqrst][aeiou]/]; | ||
| for (i in regexes) { | ||
| for (i = 0; i < regexes.length; i++) { | ||
| if (l_word.match(regexes[i])) | ||
@@ -63,0 +63,0 @@ return "a" |
+1
-1
| { | ||
| "name": "indefinite-article", | ||
| "version": "0.0.1", | ||
| "version": "0.0.2", | ||
| "description": "JavaScript function that returns the indefinite articles \"a\" or \"an\" based on a given word or phrase", | ||
@@ -5,0 +5,0 @@ "main": "indefinite-article.js", |
6314
0.51%7
16.67%