Is there any way to read a file line by line in javascript, specifically this file which is a dictionary. I was trying to build a replica of a java anagram solver I made a few months ago, but hit this problem of not being able to read a file line by line. I could download the file and store it locally if that would make any difference to being able to read it.
Share
Use YQL:
Here’s what the fiddle looks like:
The fiddle only does the first 100 but you get the idea (I hope).