Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Course Checks on JavaScript Algorithms and Data Structures: ES6 #29

Open
32 tasks
jonathan-rogers-dev opened this issue Jun 17, 2021 · 0 comments
Open
32 tasks
Labels
good first issue Good for newcomers help wanted Extra attention is needed

Comments

@jonathan-rogers-dev
Copy link
Member

  • ES6
    • Explore Differences Between the var and let Keywords
    • Compare Scopes of the var and let Keywords
    • Declare a Read-Only Variable with the const Keyword
    • Mutate an Array Declared with const
    • Prevent Object Mutation
    • Use Arrow Functions to Write Concise Anonymous Functions
    • Write Arrow Functions with Parameters
    • Set Default Parameters for Your Functions
    • Use the Rest Parameter with Function Parameters
    • Use the Spread Operator to Evaluate Arrays In-Place
    • Use Destructuring Assignment to Extract Values from Objects
    • Use Destructuring Assignment to Assign Variables from Objects
    • Use Destructuring Assignment to Assign Variables from Nested Objects
    • Use Destructuring Assignment to Assign Variables from Arrays
    • Use Destructuring Assignment with the Rest Parameter to Reassign Array Elements
    • Use Destructuring Assignment to Pass an Object as a Function's Parameters
    • Create Strings using Template Literals
    • Write Concise Object Literal Declarations Using Object Property Shorthand
    • Write Concise Declarative Functions with ES6
    • Use class Syntax to Define a Constructor Function
    • Use getters and setters to Control Access to an Object
    • Create a Module Script
    • Use export to Share a Code Block
    • Reuse JavaScript Code Using import
    • Use * to Import Everything from a File
    • Create an Export Fallback with export default
    • Import a Default Export
    • Create a JavaScript Promise
    • Complete a Promise with resolve and reject
    • Handle a Fulfilled Promise with then
    • Handle a Rejected Promise with catch
@jonathan-rogers-dev jonathan-rogers-dev added good first issue Good for newcomers help wanted Extra attention is needed labels Jun 17, 2021
@jonathan-rogers-dev jonathan-rogers-dev changed the title Course Checks on Responsive Web Design: ES6 Course Checks on JavaScript Algorithms and Data Structures: ES6 Jun 23, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue Good for newcomers help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

1 participant