Skip to content
Strongloop Node.js Certification Exam work out
JavaScript HTML
Branch: master
Clone or download

Latest commit

Fetching latest commit…
Cannot retrieve the latest commit at this time.

Files

Permalink
Type Name Latest commit message Commit time
Failed to load latest commit information.
data
src
.gitignore
LICENSE
README.md
index.js
package.json
utils.js

README.md

node-certification

SCND Strongloop Certification Exam work out

Info about the exam

About this repo

Every file contains one or more exercise for a particular node topic, like buffer, domain, cluster and so on. All the exercises are organized by folders for each of the concepts covered in the exam.

To try it out, just launch it with node in the following way:

$ node src/03-Node_Concepts/buffers.js

or use the interactive menu:

$ npm start

And watch the output and later open files to study the code :)

Contribute

I know that could be some error so if you find any please provide to fix them with a pull request. To contrib use pull requests.

License

Read the LICENSE file (MIT, anyway)

You can’t perform that action at this time.