sumn2u / learn-javascript

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

Web APIs and AJAX Chapter #30

Closed sumn2u closed 1 year ago

sumn2u commented 1 year ago

Would be nice to have a separate chapter that talks about Web APIs and AJAX as they are fundamental for creating interactive and dynamic web applications

StrixV54 commented 1 year ago

I want to work on this but where are these chapters? Or Do I need to add them? Also this project looks cool, I will be happy to add to this.

sumn2u commented 1 year ago

I want to work on this but where are these chapters? Or Do I need to add them? Also this project looks cool, I will be happy to add to this.

Hi @StrixV54, these are the new chapters that need to be added. We would be more than happy if you could do this. Let me know if you need any help.

bEluga0000 commented 1 year ago

can you assign me this issue so that i can work on this.Because i am recently working on these concept and built some projects on these concepts. I can write a good Notes for this

bEluga0000 commented 1 year ago

@sumn2u How to add chapter number and page number .

sumn2u commented 1 year ago

@bEluga0000 To add a chapter you can add following section in top of your .md file.

---
layout: editorial
chapter: <chapter_id>
pageNumber: <page_number>
description: <small_description_of_content>
---

Additionally, to preview the newly created chapter in the sidebar, it needs to be added to the SUMMARY.md file as shown here.