<script src="https://code.jquery.com/jquery-1.9.1.min.js"></script><div class="controls">
<div class="rows">
<h3>Font size</h3>
<input class="r" type="radio" name="size" value="1.2" > 12px<br>
<input class="r" type="radio" name="size" value="1.4" checked> 14px<br>
<input class="r" type="radio" name="size" value="1.6" > 16px<br>
<input class="r" type="radio" name="size" value="1.8"> 18px
</div>
<div class="rows">
<h3>Line height</h3>
<input class="r" type="radio" name="height" value="1.3" > 1.3<br>
<input class="r" type="radio" name="height" value="1.45" > 1.45<br>
<input class="r" type="radio" name="height" value="1.618" checked> 1.618 golden ratio<br>
</div>
<div class="rows">
<h3>Line width</h3>
<input class="r" type="radio" name="width" value="30" > ~ 30 cpl<br>
<input class="r" type="radio" name="width" value="50" checked> ~ 50 cpl<br>
<input class="r" type="radio" name="width" value="70" > ~ 70 cpl<br>
<input class="r" type="radio" name="width" value="90" > ~ 90 cpl<br>
</div>
</div>
<div class="text">
<p>In the 1920s, the Scientific Movement in education looked for tests to measure students' achievement to aid in curriculum development. Teachers and educators had long known that readers, especially beginning readers, should have reading material that closely matched their ability, to help improve their reading skill. University-based psychologists did much of the early research, which was taken up later by publishers of textbooks.[6]</p>
<p>Educational psychologist Edward Thorndike of Columbia University noted that in Russia and Germany teachers were using word frequency counts to match books with students. Word skill was the best sign of intellectual development and the strongest predictor of reading ease. In 1921, Thorndike published his Teachers Word Book, which contained the frequencies of 10,000 words.[21] It made it easier for teachers to choose books matching the reading skills of their class. It also laid down the basis for all research to come on reading ease.</p>
<p>Until computers came along, word frequency lists were the best aids for grading the reading ease of texts.[22] In 1981 the World Book Encyclopedia listed the grade levels of 44,000 words.[23]</p>
</div>
Output
You can jump to the latest bin by adding /latest
to your URL
Keyboard Shortcuts
Shortcut | Action |
---|---|
ctrl + [num] | Toggle nth panel |
ctrl + 0 | Close focused panel |
ctrl + enter | Re-render output. If console visible: run JS in console |
Ctrl + l | Clear the console |
ctrl + / | Toggle comment on selected lines |
ctrl + ] | Indents selected lines |
ctrl + [ | Unindents selected lines |
tab | Code complete & Emmet expand |
ctrl + shift + L | Beautify code in active panel |
ctrl + s | Save & lock current Bin from further changes |
ctrl + shift + s | Open the share options |
ctrl + y | Archive Bin |
Complete list of JS Bin shortcuts |
JS Bin URLs
URL | Action |
---|---|
/ | Show the full rendered output. This content will update in real time as it's updated from the /edit url. |
/edit | Edit the current bin |
/watch | Follow a Code Casting session |
/embed | Create an embeddable version of the bin |
/latest | Load the very latest bin (/latest goes in place of the revision) |
/[username]/last | View the last edited bin for this user |
/[username]/last/edit | Edit the last edited bin for this user |
/[username]/last/watch | Follow the Code Casting session for the latest bin for this user |
/quiet | Remove analytics and edit button from rendered output |
.js | Load only the JavaScript for a bin |
.css | Load only the CSS for a bin |
Except for username prefixed urls, the url may start with http://jsbin.com/abc and the url fragments can be added to the url to view it differently. |