From 3321459e88e482f3f6f69a5f17ec37fa0dd8d84c Mon Sep 17 00:00:00 2001 From: Yuliia Mustafina <71671138+Mustafina1990@users.noreply.github.com> Date: Tue, 11 Oct 2022 22:14:41 +0300 Subject: [PATCH] added 3 tools --- .../assignment.md | 18 +++++++++++++++--- 1 file changed, 15 insertions(+), 3 deletions(-) diff --git a/1-getting-started-lessons/1-intro-to-programming-languages/assignment.md b/1-getting-started-lessons/1-intro-to-programming-languages/assignment.md index c1206550..8c666d4d 100644 --- a/1-getting-started-lessons/1-intro-to-programming-languages/assignment.md +++ b/1-getting-started-lessons/1-intro-to-programming-languages/assignment.md @@ -6,6 +6,18 @@ There are many tools that a web developer may need that are on the [MDN document ## Rubric -Exemplary | Adequate | Needs Improvement ---- | --- | -- | -|Explained why web developer would use tool| Explained how, but not why developer would use tool| Did not mention how or why a developer would use tool | \ No newline at end of file +### ESLint + +ESLint statically analyzes your code to quickly find problems. ESLint is built into most text editors and you can run ESLint as part of your continuous integration pipeline. Many problems ESLint finds can be automatically fixed. ESLint fixes are syntax-aware so you won't experience errors introduced by traditional find-and-replace algorithms. + +### Sass/SCSS + +This CSS extension allows you to use variables, nested rules, mixins, functions, and many other features, some of which are available in native CSS (such as variables), and some of which aren't. + +### Netlify + +It is one of the most advanced web development platforms that helps programmers to publish projects on the web. This resource accumulation service thanks to the accumulated testing tools, hiding and assembling applications and sites on the Internet. + +| Exemplary | Adequate | Needs Improvement | +| ------------------------------------------ | --------------------------------------------------- | ----------------------------------------------------- | +| Explained why web developer would use tool | Explained how, but not why developer would use tool | Did not mention how or why a developer would use tool |