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

ES6 Features Review Plan | ES6 特性复习计划 #27

Open
13 tasks
niracler opened this issue Sep 27, 2024 · 0 comments
Open
13 tasks

ES6 Features Review Plan | ES6 特性复习计划 #27

niracler opened this issue Sep 27, 2024 · 0 comments
Assignees
Labels

Comments

@niracler
Copy link
Owner

niracler commented Sep 27, 2024

Summary

Understand and apply ES6 features by creating examples and writing a blog post series on these features within four weeks. | 在四周内通过创建示例并编写博客文章系列来理解和应用 ES6 特性。

TODOList

Step 1: Understanding ES6 Syntax and Features (1-2 weeks)

  • Let and Const:

    • Review the differences and use cases for let, const, and var.
    • Write examples showcasing scope and hoisting differences.
  • Arrow Functions:

    • Understand syntax and lexical this.
    • Convert traditional functions into arrow functions in a small project.
  • Template Literals:

    • Practice using template strings for cleaner string concatenation.
    • Implement in an existing project for dynamic HTML generation.
  • Destructuring Assignment:

    • Apply destructuring in arrays and objects.
    • Refactor old code to use destructuring for cleaner syntax.

Step 2: Advanced ES6 Features (1-2 weeks)

  • Default, Rest, and Spread Operators:

    • Learn about setting default parameter values in functions.
    • Use rest and spread operators in functions and arrays.
  • Promises and Async/Await:

    • Introduce Promises and their use cases.
    • Refactor previous callback-based code to use Promises and async/await.
  • Modules and Classes:

    • Understand import/export syntax and module bundling.
    • Implement simple class inheritance and usage.

Step 3: Practical Application and Blogging (1-2 weeks)

  • Create a Mini Project:

    • Build a small app incorporating the ES6 features learned.
    • Focus on readability and modular code.
  • Write a Blog Series:

    • Publish blog posts summarizing each feature with examples.
    • Demonstrate understanding through code snippets and explanations.

Books & Resources

@niracler niracler converted this from a draft issue Sep 27, 2024
@niracler niracler self-assigned this Sep 27, 2024
@niracler niracler moved this from Ready to Backlog in @Niracler's Random Dare Feb 14, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
Status: Backlog
Development

No branches or pull requests

1 participant