From a04ee52bfd982b8ed009e1cc009e356e1dcb9afe Mon Sep 17 00:00:00 2001 From: nayanadasgupta Date: Tue, 12 Jul 2022 19:27:51 +0100 Subject: [PATCH] Removed Atom (Sunsetted) From List Of Code Editors --- 1-js/01-getting-started/3-code-editors/article.md | 1 - 1 file changed, 1 deletion(-) diff --git a/1-js/01-getting-started/3-code-editors/article.md b/1-js/01-getting-started/3-code-editors/article.md index cb70bcdd..5a86f2a7 100644 --- a/1-js/01-getting-started/3-code-editors/article.md +++ b/1-js/01-getting-started/3-code-editors/article.md @@ -31,7 +31,6 @@ In practice, lightweight editors may have a lot of plugins including directory-l The following options deserve your attention: -- [Atom](https://atom.io/) (cross-platform, free). - [Sublime Text](http://www.sublimetext.com) (cross-platform, shareware). - [Notepad++](https://notepad-plus-plus.org/) (Windows, free). - [Vim](http://www.vim.org/) and [Emacs](https://www.gnu.org/software/emacs/) are also cool if you know how to use them.