Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/atom-box/codingBatJS
Browse files Browse the repository at this point in the history
  • Loading branch information
atom-box committed Sep 2, 2021
2 parents 02a1339 + 04ff9d9 commit 0ae1aa2
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -47,12 +47,11 @@
<h1 class="mt-5">Coding <a href="https://codingbat.com/python"> Bat</a></h1>
<p class="lead">These are short projects to try out a specific concept. Listed from newest to oldest.<br>#100DaysOfCode, sort of.</p>
<ul>

<li>Solve three <a target="_blank" href="solveSeven.html">coding </a>challenges.</li>
<li><a target="_blank" href="first-and-last.html">First Word, Last Word</a></li>
<li>Solve five <a target="_blank" href="solveSeven.html">coding </a>challenges.</li> <li><a target="_blank" href="first-and-last.html">First Word, Last Word</a></li>
<li>Recursive implementation of SelectionSort.js: <a target="_blank" href="https://github.com/atom-box/codingBatJS/blob/master/selectionSort.js"> code </a> and <a target="_blank" href="https://github.com/atom-box/codingBatJS/blob/master/images/selectionSort.png"> screenshot</a> </li>
<li><a target="_blank" href="textSimilarity.html">How Similar Are Two Word Lists?</a> (for ShareRewards.com 10/9/2019)</li>
<li><a target="_blank" href="sidelineES6.html">Scrollable ES6 Notes (very clunky; not smooth)</a></li>
<li><a target="_blank" href="first-and-last.html">First Word, Last Word</a></li>
<li><a target="_blank" href="http://littlefurnace.com/page/like.html">Flipping Cards</a></li>
<li><a target="_blank" href="for-input-output.html">Twins</a></li>
<li><a target="_blank" href="for-is-VARS.html">Plant some seeds</a></li>
Expand Down

0 comments on commit 0ae1aa2

Please sign in to comment.