Sam Aiken
Sam Aiken
This issue is for project control purpose and it will be constantly updated. [**Latest website preview is here.**](https://samai-software.github.io/2016-new-coder-survey/) Please, feel free to add some interesting facts. If you want to...
This issue is for project control purpose and it will be constantly updated. [**Latest website preview is here.**](https://samai-software.github.io/2016-new-coder-survey/) Please, feel free to add some interesting visualizations. If you want to...
Sadly there was no direct question in a survey about the major reasons why people start learning coding, but we still can grab some data on that and make some...
Even the official solution doesn't pass the test. ``` js var http = require('http') http.get(process.argv[2], function (response) { response.setEncoding('utf8') response.on('data', console.log) response.on('error', console.error) }).on('error', console.error) ``` I think the whole...