neerajrathore / javascript-handbook

A handbook 📚 that summaries concepts of JavaScript.
https://javascript-handbook.vercel.app
MIT License
25 stars 39 forks source link

Added call-bind-apply folder #117

Closed Arushi-N4 closed 3 weeks ago

Arushi-N4 commented 3 weeks ago

Issue:- #63

I created chapter on call(), apply(), and bind() methods under "Advanced Functions & Concepts".

Here is the output

https://github.com/user-attachments/assets/9d9d7b10-9106-4b6f-98e5-3e87e6c603f8

If any improvements are needed, please let me know.

vercel[bot] commented 3 weeks ago

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
javascript-handbook ✅ Ready (Inspect) Visit Preview 💬 Add feedback Oct 24, 2024 4:25pm
neerajrathore commented 3 weeks ago

@Arushi-N4 can you add your all changes in single commit because after merging, all your 5 commits will show in main branch which can be cumbersome?

Follow these steps -

then push your changes and create new PR

I hope you understand this and if you have any doubts then tell me.

Arushi-N4 commented 3 weeks ago

I got it

Check this out https://github.com/neerajrathore/javascript-handbook/pull/118