Skip to content

Commit c0a9b0f

Browse files
committed
Added currying workshopper.
1 parent 3df65e3 commit c0a9b0f

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

index.html

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -317,6 +317,11 @@ <h4><a class="js-workshop-link" href="https://github.com/denysdovhan/learnyoubas
317317
<p data-i18n="workshopper-learnyoubash">Learn you how to use the terminal and write your the first Bash script.</p>
318318
<code>npm install -g learnyoubash</code>
319319
</div>
320+
<div id="currying-workshopper" class="workshopper">
321+
<h4><a class="js-workshop-link" href="https://github.com/kishorsharma/currying-workshopper" target="_blank">Currying in JavaScript</a></h4>
322+
<p data-i18n="workshopper-currying">Learn currying concept and creating a currying function in JavaScript.</p>
323+
<code>npm install -g currying-workshopper</code>
324+
</div>
320325
</div>
321326

322327
<div class="third">

0 commit comments

Comments
 (0)