We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 3df65e3 + c0a9b0f commit 638059dCopy full SHA for 638059d
index.html
@@ -317,6 +317,11 @@ <h4><a class="js-workshop-link" href="https://github.com/denysdovhan/learnyoubas
317
<p data-i18n="workshopper-learnyoubash">Learn you how to use the terminal and write your the first Bash script.</p>
318
<code>npm install -g learnyoubash</code>
319
</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>
325
326
327
<div class="third">
0 commit comments