How to create a proposal?

Hey, guys. Not sure if this is the right place to post this question. I was curious to know, when someone is proposing something I believe he is expected to do or be part of the implementation. My main question is, will/should the implementation be in C++ or in javascript or what?. I mean, am I expected to open a javascript file and create a javascript function lets say and propose it to be in the standard or should it be an implementation with a lower level language? It might be a silly question actually, I know.

Thank you in advance

1 Like

Definitely not a silly question. I wonder the same :)

Implementation typically waits until a proposal has advanced to stage 2 or 3.

Please read https://github.com/tc39/ecma262/blob/a6197454c056bc55069b038e7e9a5ce1cd546950/CONTRIBUTING.md#creating-a-new-proposal for guidance.

1 Like

Very helpful link for submitting feature requests,, thank you