From 550d8c7b4584f8eff9c241f1aeede327e1231bd7 Mon Sep 17 00:00:00 2001 From: Zahid Hasan Date: Thu, 14 Apr 2022 18:14:53 +0600 Subject: [PATCH] contents: fix typo in programming languages page (#268) Most languages let >>> Most companies let --- contents/programming-languages-for-coding-interviews.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contents/programming-languages-for-coding-interviews.md b/contents/programming-languages-for-coding-interviews.md index dbf03a6a..eb7268b5 100644 --- a/contents/programming-languages-for-coding-interviews.md +++ b/contents/programming-languages-for-coding-interviews.md @@ -16,7 +16,7 @@ sidebar_label: Picking a programming language Does the programming language you use for coding interviews matter? The answer is yes. -Most languages let you code in any language you want - the only exception I know being Google, where they only allow candidates to pick from Java, C++, JavaScript or Python for their algorithmic coding interviews. +Most companies let you code in any language you want - the only exception I know being Google, where they only allow candidates to pick from Java, C++, JavaScript or Python for their algorithmic coding interviews. However, the choice you make can impact your performance much more than you'd like to believe - and this is why it is important to pick a suitable programming language early on in your coding interview preparation - and use regularly in practice.