Update lab 9 content
This commit is contained in:
@ -6,7 +6,7 @@
|
||||
<title>CS2163 Blog</title>
|
||||
<meta name="description" content="CS2163 Blog">
|
||||
<meta name="author" content="Isaac Shoebottom">
|
||||
<meta name="keywords" content="recursion, lab, cs2613, git, frog, all, pattern-matching, scribble, cs2163, racket">
|
||||
<meta name="keywords" content="json, recursion, objects, hash-table, tests, javascript, frog, pattern-matching, scribble, racket, cs2163, jasmine, macros, cs2613, lab, git, modules, all, functions, nyc, test-coverage, type-coercion, debugging">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<link rel="icon" href="/favicon.ico">
|
||||
<link rel="canonical" href="http://www.example.com/index.html">
|
||||
@ -57,7 +57,7 @@
|
||||
</a>
|
||||
|
||||
<div class="dropdown-menu">
|
||||
<a class="dropdown-item" href="/tags\cs2163.html">cs2163</a><a class="dropdown-item" href="/tags\cs2613.html">cs2613</a><a class="dropdown-item" href="/tags\frog.html">frog</a><a class="dropdown-item" href="/tags\git.html">git</a><a class="dropdown-item" href="/tags\lab.html">lab</a><a class="dropdown-item" href="/tags\pattern-matching.html">pattern-matching</a><a class="dropdown-item" href="/tags\racket.html">racket</a><a class="dropdown-item" href="/tags\recursion.html">recursion</a><a class="dropdown-item" href="/tags\scribble.html">scribble</a>
|
||||
<a class="dropdown-item" href="/tags\cs2163.html">cs2163</a><a class="dropdown-item" href="/tags\cs2613.html">cs2613</a><a class="dropdown-item" href="/tags\debugging.html">debugging</a><a class="dropdown-item" href="/tags\frog.html">frog</a><a class="dropdown-item" href="/tags\functions.html">functions</a><a class="dropdown-item" href="/tags\git.html">git</a><a class="dropdown-item" href="/tags\hash-table.html">hash-table</a><a class="dropdown-item" href="/tags\jasmine.html">jasmine</a><a class="dropdown-item" href="/tags\javascript.html">javascript</a><a class="dropdown-item" href="/tags\json.html">json</a><a class="dropdown-item" href="/tags\lab.html">lab</a><a class="dropdown-item" href="/tags\macros.html">macros</a><a class="dropdown-item" href="/tags\modules.html">modules</a><a class="dropdown-item" href="/tags\nyc.html">nyc</a><a class="dropdown-item" href="/tags\objects.html">objects</a><a class="dropdown-item" href="/tags\pattern-matching.html">pattern-matching</a><a class="dropdown-item" href="/tags\racket.html">racket</a><a class="dropdown-item" href="/tags\recursion.html">recursion</a><a class="dropdown-item" href="/tags\scribble.html">scribble</a><a class="dropdown-item" href="/tags\test-coverage.html">test-coverage</a><a class="dropdown-item" href="/tags\tests.html">tests</a><a class="dropdown-item" href="/tags\type-coercion.html">type-coercion</a>
|
||||
</div>
|
||||
</li>
|
||||
|
||||
@ -90,6 +90,58 @@
|
||||
|
||||
|
||||
<article>
|
||||
<header>
|
||||
<h2><a href='/2022\10\lab-nine.html'>Lab Nine</a></h2>
|
||||
<p class='date-and-tags'>
|
||||
<time datetime="2022-10-12" pubdate="true">2022-10-12</time> - <span class="tags"><a href="/tags\cs2163.html">cs2163</a>, <a href="/tags\lab.html">lab</a>, <a href="/tags\javascript.html">javascript</a>, <a href="/tags\tests.html">tests</a>, <a href="/tags\jasmine.html">jasmine</a>, <a href="/tags\nyc.html">nyc</a>, <a href="/tags\test-coverage.html">test-coverage</a>, <a href="/tags\debugging.html">debugging</a>, <a href="/tags\objects.html">objects</a>, <a href="/tags\json.html">json</a></span></p>
|
||||
<p class='authors'>By: <span class="authors">Isaac Shoebottom</span></p>
|
||||
</header>
|
||||
|
||||
<p>In this lab, I learned about how to use tests in javascript and how to view my test coverage</p>
|
||||
<footer>
|
||||
<a href='/2022\10\lab-nine.html'>… more …</a>
|
||||
</footer>
|
||||
</article>
|
||||
<article>
|
||||
<header>
|
||||
<h2><a href='/2022\10\lab-eight.html'>Lab Eight</a></h2>
|
||||
<p class='date-and-tags'>
|
||||
<time datetime="2022-10-05" pubdate="true">2022-10-05</time> - <span class="tags"><a href="/tags\cs2163.html">cs2163</a>, <a href="/tags\lab.html">lab</a>, <a href="/tags\javascript.html">javascript</a>, <a href="/tags\type-coercion.html">type-coercion</a>, <a href="/tags\functions.html">functions</a>, <a href="/tags\modules.html">modules</a></span></p>
|
||||
<p class='authors'>By: <span class="authors">Isaac Shoebottom</span></p>
|
||||
</header>
|
||||
|
||||
<p>In this lab I learned the javascript basics</p>
|
||||
<footer>
|
||||
<a href='/2022\10\lab-eight.html'>… more …</a>
|
||||
</footer>
|
||||
</article>
|
||||
<article>
|
||||
<header>
|
||||
<h2><a href='/2022\10\lab-seven.html'>Lab Seven</a></h2>
|
||||
<p class='date-and-tags'>
|
||||
<time datetime="2022-10-03" pubdate="true">2022-10-03</time> - <span class="tags"><a href="/tags\cs2163.html">cs2163</a>, <a href="/tags\lab.html">lab</a>, <a href="/tags\racket.html">racket</a>, <a href="/tags\macros.html">macros</a></span></p>
|
||||
<p class='authors'>By: <span class="authors">Isaac Shoebottom</span></p>
|
||||
</header>
|
||||
|
||||
<p>In this lab I learned about macros</p>
|
||||
<footer>
|
||||
<a href='/2022\10\lab-seven.html'>… more …</a>
|
||||
</footer>
|
||||
</article>
|
||||
<article>
|
||||
<header>
|
||||
<h2><a href='/2022\09\lab-six.html'>Lab Six</a></h2>
|
||||
<p class='date-and-tags'>
|
||||
<time datetime="2022-09-28" pubdate="true">2022-09-28</time> - <span class="tags"><a href="/tags\cs2163.html">cs2163</a>, <a href="/tags\lab.html">lab</a>, <a href="/tags\racket.html">racket</a>, <a href="/tags\hash-table.html">hash-table</a>, <a href="/tags\json.html">json</a></span></p>
|
||||
<p class='authors'>By: <span class="authors">Isaac Shoebottom</span></p>
|
||||
</header>
|
||||
|
||||
<p>In this lab I learned about using hash sets and json parsing in racket.</p>
|
||||
<footer>
|
||||
<a href='/2022\09\lab-six.html'>… more …</a>
|
||||
</footer>
|
||||
</article>
|
||||
<article>
|
||||
<header>
|
||||
<h2><a href='/2022\09\lab-five.html'>Lab Five</a></h2>
|
||||
<p class='date-and-tags'>
|
||||
|
Reference in New Issue
Block a user