---
date: 2020-10-30
id: 61655397-abe9-4d42-9184-62a9e693fd7b
title: ES2018
---

# Introduction

What's new in ES2018

# Iterations

-   [Asynchronous iteration](20201030092200-javascript_async_iterator)
-   [For Await Of](20201030095741-javascript_for_await_of)

# Rest/Spread Properties

-   [Rest Operator (…) in Object
    Destructuring](20201103111357-rest_operator_in_object_destructuring)

# RegExp

-   [JavaScript RegExp Named Capture
    Groups](20201104100431-javascript_regexp_named_capture_groups)
-   [JavaScript RegExp Unicode Property
    Escapes](20201106090634-javascript_regexp_unicode_property_escapes)
-   [JavaScript Lookbehind
    Assertions](20201109132944-javascript_lookbehind_assertions)
-   [JavaScript RegExp /s flag](20201110094807-javascript_regexp_s_flag)

# Promises

-   [Finally](20201111095454-javascript_promises_finally)