Merge pull request #94 from styopdev/patch-1

Added link to webpack interview questions
This commit is contained in:
Maksim Abramchuk 2017-11-06 12:15:30 -08:00 committed by GitHub
commit 2f084f49d6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -29,6 +29,7 @@ Please read the [contribution guidelines](contributing.md) or the [creating a li
- [iOS](#ios)
- [Java](#java)
- [JavaScript](#javascript)
- [Front-end build tools](#front-end-build-tools)
- [KnockoutJS](#knockoutjs)
- [Less](#less)
- [Lisp](#lisp)
@ -240,6 +241,14 @@ Please read the [contribution guidelines](contributing.md) or the [creating a li
* [JavaScript Questions and Answers](https://github.com/yangshun/tech-interview-handbook/blob/master/front-end/interview-questions.md#js-questions)
* [10 JavaScript Concepts You Need to Know for Interviews](https://dev.to/arnavaggarwal/10-javascript-concepts-you-need-to-know-for-interviews)
### Front-end build tools
* [Webpack interview questions & answers](https://github.com/styopdev/webpack-interview-questions)
* [Gulp js interview questions](https://www.codeproject.com/Articles/1065184/Latest-Gulp-js-interview-questions)
* [Grunt js interview questions for beginners](http://www.talkingdotnet.com/grunt-js-interview-questions/)
* [Grunt js interview questions](https://mindmajix.com/grunt-interview-questions)
### KnockoutJS
* [15 interview questions from CodeSample.com](http://www.code-sample.com/2014/01/knockout-js-interview-questions-and.html)