New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

async-you

Package Overview
Dependencies
Maintainers
1
Versions
15
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

async-you

Learn async via a set of self-guided workshops.

  • 2.0.0
  • latest
  • Source
  • npm
  • Socket score

Version published
Maintainers
1
Created
Source

async-you

I see you

NPM NPM

Introduction

Learn to use the popular package async via this interactive workshop.

Hopefully by the end this workshop you will understand the main functions that async provides.

Installation

  1. Install Node.js
  2. Run npm install async
  3. Run npm install async-you -g , use sudo if you have permissions issues.
  4. Run async-you to start the program!

Usage

1. Selecting a problem to work on

Once the workshop is installed, run async-you to print a menu where you can select a problem to work on.

$ async-you

Problems are listed in rough order of difficulty. You are advised to complete them in order, as later problems will build on skills developed by solving previous problems.

2. Writing your solution

Once you have selected a problem, the workshop will remember which problem you are working on. Using your preferred editor, simply create a file to write your solution in.

3. Testing your solution

Use the workshop's run command to point the workshop at your solution file. Your solution will loaded and passed the problem input. This usually won't perform any validation, it will only show the program output.

$ async-you run mysolution.js
4. Verifying your solution

Your solution will be verified against the output of the 'official' solution. If all of the output matches, then you have successfully solved the problem!

$ async-you verify mysolution.js

Stuck?

Feedback and criticism is welcome, please log your troubles in issues.

Resources

Thanks rvagg

This tutorial was built using rvagg's workshopper framework.

Licence

MIT

FAQs

Package last updated on 26 Jun 2017

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc