From 9d04f5a1d7ca50b5b9214a3b5325ce523782e03c Mon Sep 17 00:00:00 2001 From: Stepan Date: Mon, 6 Nov 2017 21:24:07 +0400 Subject: [PATCH 1/3] Added link to webpack interview questions --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 9ddac0b..5e5280c 100644 --- a/README.md +++ b/README.md @@ -239,6 +239,7 @@ Please read the [contribution guidelines](contributing.md) or the [creating a li * [The Best Frontend JavaScript Interview Questions (written by a Frontend Engineer)](https://performancejs.com/post/hde6d32/The-Best-Frontend-JavaScript-Interview-Questions-(written-by-a-Frontend-Engineer)) * [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) +* [Webpack interview questions & answers](https://github.com/styopdev/webpack-interview-questions) ### KnockoutJS From 060943efcbb845814d3dbac90c2cdbf92803ea96 Mon Sep 17 00:00:00 2001 From: Stepan Date: Mon, 6 Nov 2017 23:26:51 +0400 Subject: [PATCH 2/3] Added front-end build tools section --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index 5e5280c..e2fcedb 100644 --- a/README.md +++ b/README.md @@ -239,7 +239,14 @@ Please read the [contribution guidelines](contributing.md) or the [creating a li * [The Best Frontend JavaScript Interview Questions (written by a Frontend Engineer)](https://performancejs.com/post/hde6d32/The-Best-Frontend-JavaScript-Interview-Questions-(written-by-a-Frontend-Engineer)) * [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 From 170a58b13a57ccff8c2e17dbdc46c15e5401fb62 Mon Sep 17 00:00:00 2001 From: Stepan Date: Tue, 7 Nov 2017 00:10:33 +0400 Subject: [PATCH 3/3] Added link in the table of contents --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index e2fcedb..e751f8c 100644 --- a/README.md +++ b/README.md @@ -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)