Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

Check it [out on GitHub Pages here](https://joshuaskootsky.github.io/tellMeIfItsAscii/).

Note: this link may not work, as the more interesting and fun 'Alien Name Generator' is now the master branch.

# This is just a repo for a very simple site

There's some cool stuff going on. ASCIIness is tested by using charCodeAt. If the charCode is above 127... it isn't ASCII!
Expand Down Expand Up @@ -36,4 +38,4 @@ function setResult() {

[Link here to REPL.it for Is It ASCII?](https://repl.it/@JoshuaSkootsky/tellMeIfItsAscii)

REPL.it has an experimental function where they will turn on version control and commit to GitHub. So Hello from REPL.it!
REPL.it has an experimental function where they will turn on version control and commit to GitHub. So Hello from REPL.it!