From bc2737ff904b1b15875b73866f982ee1c4988b3c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20Olejniczak?= Date: Thu, 14 Mar 2019 15:18:05 +0100 Subject: [PATCH] =?UTF-8?q?I=20added=20a=20proper=20introduction=20to=20th?= =?UTF-8?q?e=20'Introduction=20to=20the=20Coding=20Inte=E2=80=A6=20(#35215?= =?UTF-8?q?)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * I added a proper introduction to the 'Introduction to the Coding Interview Take Home Projects' section * Changed last line to improve readability --- .../learn/coding-interview-prep/take-home-projects/index.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/client/src/pages/learn/coding-interview-prep/take-home-projects/index.md b/client/src/pages/learn/coding-interview-prep/take-home-projects/index.md index 66c4a75e67..6edc643f23 100644 --- a/client/src/pages/learn/coding-interview-prep/take-home-projects/index.md +++ b/client/src/pages/learn/coding-interview-prep/take-home-projects/index.md @@ -5,6 +5,6 @@ superBlock: Coding Interview Prep --- ## Introduction to the Coding Interview Take Home Projects -This introduction is a stub +When applying for a job as a developer, there's a good chance the hiring team will give you something called a "take-home project". As the name suggests, it's something that you're supposed to do on your own, without the interviewer looking over your shoulder. Unlike other parts of the coding interview, which often focus more on theoretical knowledge and less on actual app development - a take-home project is usually the best place to show your skills in practice. -Help us make it real on [GitHub](https://github.com/freeCodeCamp/learn/tree/master/src/introductions). \ No newline at end of file +In this section you'll be able to work on examples of such projects! \ No newline at end of file