https://github.com/tedlivist/tedlivist.github.io
This Word Counter program, as the name implies, is a program that counts the number of words in an input area. It may be considered an equivalent of the process behind Microsoft Word word counter. This program was mainly written to practice the Array.flat method in Javascript
https://github.com/tedlivist/tedlivist.github.io
Last synced: 12 months ago
JSON representation
This Word Counter program, as the name implies, is a program that counts the number of words in an input area. It may be considered an equivalent of the process behind Microsoft Word word counter. This program was mainly written to practice the Array.flat method in Javascript
- Host: GitHub
- URL: https://github.com/tedlivist/tedlivist.github.io
- Owner: TedLivist
- Created: 2019-09-14T23:30:33.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2021-04-09T10:02:27.000Z (about 5 years ago)
- Last Synced: 2023-03-10T05:02:34.213Z (over 3 years ago)
- Language: JavaScript
- Homepage: https://TedLivist.github.io
- Size: 4.88 KB
- Stars: 6
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
### Word Counter
> This is a basic program that counts the number of words put into the box
> It displays the number on leaving the box or pressing the `Count` button
[Access the live demo here](https://TedLivist.github.io)