# If You Know Sass, You Know ES2015

DevFeed: [If You Know Sass, You Know ES2015](<https://devfeed.tech/articles/if-you-know-sass-you-know-es2015-28834.md>)

Original publisher: [Read original article](<https://una.im/sass-es2015/>)

Published: 2016-02-23T00:00:00Z

Content type: comparison

Language: en

Sources: [Una Kravets](<https://devfeed.tech/sources/una-kravets.md>)

Topics: [Sass](<https://devfeed.tech/topics/sass.md>), [es6](<https://devfeed.tech/topics/es6.md>), [JavaScript](<https://devfeed.tech/topics/javascript.md>), [Babel](<https://devfeed.tech/topics/babel.md>)

Tags: [babel](<https://devfeed.tech/tags/babel.md>), [es2015](<https://devfeed.tech/tags/es2015.md>), [javascript](<https://devfeed.tech/tags/javascript.md>), [programming-language](<https://devfeed.tech/tags/programming-language.md>), [sass](<https://devfeed.tech/tags/sass.md>)

## AI overview

This article compares Sass and ES2015, explaining how familiarity with Sass concepts can help developers understand modern JavaScript. It discusses language design similarities, string interpolation, and using Babel to transpile ES2015 for browser compatibility.

## Source excerpt

If you know some Sass, you're probably a lot further than you think to understanding and diving into the world of modern JavaScript. This post showcases some of the similarities.