Skip to content

Commit

Permalink
Merge pull request #3 from DavidGriswoldTeacher/master
Browse files Browse the repository at this point in the history
add Typescript compiling and syntax highlighting
  • Loading branch information
the-winter authored Sep 4, 2019
2 parents be5f5d1 + 5db84a4 commit 1605812
Show file tree
Hide file tree
Showing 6 changed files with 177,698 additions and 26,765 deletions.
204,206 changes: 177,650 additions & 26,556 deletions dist/bundle.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion exercise.html
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<body>
<div class="main">
<p class="heading"><a class="heading" href="."><img src="img/favicon-96x96.png" width="32px" />&nbsp;<b>CodingJS</a></b></p>
<p class="subheading">Solve programming problems in Javascript!</p>
<p class="subheading">Solve programming problems in Javascript or TypeScript!</p>

<a class="links" id="previous" href="#">previous</a>&nbsp;~&nbsp;<a class="links" id="next" href="#">next</a>&nbsp;~&nbsp;<a href="jsref.html" class="links ajax-popup-link" id="jsref-link">JS Syntax Help</a><br>
<h3><p id="title"> </p> <b>--</b> <p id="name"> </p></h3>
Expand Down
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<body>
<div class="main">
<p class="heading"><img src="img/favicon-96x96.png" width="32px" />&nbsp;<b>CodingJS</b></p>
<p class="subheading">Solve programming problems in Javascript!<br/>
<p class="subheading">Solve programming problems in Javascript or TypeScript!<br/>
<em>This site will only store your progress within your current web browser.<br>
To keep your solutions permanently, be sure to save your solution as a file.</em>
</p>
Expand Down
Loading

0 comments on commit 1605812

Please sign in to comment.