From a23882d9812e449183caebf631cd6bffa29f1075 Mon Sep 17 00:00:00 2001 From: Ilya Kantor Date: Mon, 24 Jun 2019 12:31:24 +0300 Subject: [PATCH] fix --- 1-js/01-getting-started/1-intro/article.md | 1 - 1 file changed, 1 deletion(-) diff --git a/1-js/01-getting-started/1-intro/article.md b/1-js/01-getting-started/1-intro/article.md index 7af9e7ff..28a98a00 100644 --- a/1-js/01-getting-started/1-intro/article.md +++ b/1-js/01-getting-started/1-intro/article.md @@ -105,7 +105,6 @@ So recently a plethora of new languages appeared, which are *transpiled* (conver Modern tools make the transpilation very fast and transparent, actually allowing developers to code in another language and auto-converting it "under the hood". -The most used are Examples of such languages: - [CoffeeScript](http://coffeescript.org/) is a "syntactic sugar" for JavaScript. It introduces shorter syntax, allowing us to write clearer and more precise code. Usually, Ruby devs like it.