sumn2u / learn-javascript

A book that teaches JavaScript 📗💻📖
https://javascript.sumankunwar.com.np
Apache License 2.0
895 stars 133 forks source link

Add JavaScript ES6 Concepts Documentation #101

Closed vaibhavpnimkar closed 11 months ago

vaibhavpnimkar commented 11 months ago

Issue Title: Add JavaScript ES6 Concepts Documentation

Is your feature request related to a problem? Please describe. The current issue is a lack of comprehensive documentation on JavaScript ES6 concepts within the repository. Contributors and newcomers to the project may struggle to understand and leverage modern JavaScript features due to this gap.

Describe the solution you'd like I would like to see the repository updated with thorough documentation on ES6 concepts, which should include explanations, code examples, and best practices for ES6 features like arrow functions, classes, destructuring, template literals, let and const, and more.

Describe alternatives you've considered I haven't considered any alternatives as adding ES6 documentation directly to the repository seems to be the most straightforward and inclusive solution.

Additional context

vaibhavpnimkar commented 11 months ago

@sumn2u can you assign me this?

AnshuWorld commented 11 months ago

i want to contribute here please assign me

vaibhavpnimkar commented 11 months ago

@AnshuWorld i have opened this issue and it is assigned to me right now

vaibhavpnimkar commented 11 months ago

@sumn2u which chapter no. should i add for es6 concepts??

vaibhavpnimkar commented 11 months ago

i have made a pr plz review

sumn2u commented 11 months ago

@sumn2u which chapter no. should i add for es6 concepts??

I reviewed your PR and looks great. For chapter number, we can keep as per your PR.

vaibhavpnimkar commented 11 months ago

Thank you so much !!