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
| /*jshint multistr:true */ | |
| var text = "Once upon a time, a man named, 'Frederick,' travelled from a distant land.\ Frederick did not like the lot in life, that he was living; so, he joined his nation's military force. He journeyed through distant lands, across the globe he lived on.\ Frederick was still not happy; and he began to cry out to GOD, in Heaven; and GOD heard and answered Frederick."; | |
| var myName = "Frederick"; | |
| var hits = []; | |
| // Look for "F" in the text | |
| for(var i = 0; i < text.length; i++) { | |
| if (text[i] === "F") { | |
| // If we find it, add characters up to |
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
| <div class="container"> | |
| <div class="os-phrases" id="os-phrases"> | |
| <h2>Sometimes it's better</h2> | |
| <h2>to hide</h2> | |
| <h2>in order to</h2> | |
| <h2>survive evil</h2> | |
| <h2>Thanatos</h2> | |
| <h2>This fall</h2> | |
| <h2>Prepare</h2> | |
| <h2>Refresh to replay</h2> |
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
| The MIT License (MIT) | |
| Copyright (c) 2015 Eliseo Papa | |
| Permission is hereby granted, free of charge, to any person obtaining a copy | |
| of this software and associated documentation files (the "Software"), to deal | |
| in the Software without restriction, including without limitation the rights | |
| to use, copy, modify, merge, publish, distribute, sublicense, and/or sell | |
| copies of the Software, and to permit persons to whom the Software is | |
| furnished to do so, subject to the following conditions: |
Check out Luigi Minardi's repo and you'll be able to do this 👇🏿 Don't forget to give him and this repo a star; and while you're at it give me one
🎷 $\Huge{\textsf{{\color[rgb]{0.0, 0.0, 1.0}TH}{\color[rgb]{0.1, 0.0, 0.9}E~ }{\color[rgb]{0.2, 0.0, 0.8}S}{\color[rgb]{0.3, 0.0, 0.7}UP}{\color[rgb]{0.4, 0.0, 0.6}ER~ }{\color[rgb]{0.5, 0.0,
OlderNewer