This Gist was automatically created by Carbide, a free online programming environment.
Created
August 24, 2016 13:14
-
-
Save antimatter15/d82fc0be2b3ee0737df3cbfe166221b7 to your computer and use it in GitHub Desktop.
Word Count
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| window.text; | |
| "Word Count: " + window.text.trim().split(/\s+/).length |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment