From 78788b315b8271d17f77abaa8b2694d0557e149c Mon Sep 17 00:00:00 2001 From: Charles-Axel Dein Date: Fri, 1 Feb 2019 19:27:45 +0100 Subject: [PATCH] Fix sentence about programming languages --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f567dde..fb22590 100644 --- a/README.md +++ b/README.md @@ -334,7 +334,7 @@ See [Project management section on my engineering-management list of resources]( I would recommend learning: -* JavaScript may be another interpreted language (Python, Ruby, etc.). Interpreted languages are useful for quick one-off automation scripts, and fastest to write for interviews. +* JavaScript and maybe another interpreted language (Python, Ruby, etc.). Interpreted languages are useful for quick one-off automation scripts, and fastest to write for interviews. JavaScript is ubiquitous. * A compiled language (Java, C, C++...). * A more recent language to see where the industry is going (as of writing, Go, Swift, Rust, Elixir...). * A language that has first-class support for functional programming (Haskell, Scala, Clojure...).