What should I do to propose a new feature in JS

I want to propose a new feature in the JS method. What should I do first? I have already read the ECMA262 contribution guidelines but I'm unclear. Should I create a repo first for the proposal? Or anything else?

Welcome @tajnur007

Says that a good first step is to discuss the idea on this forum. You could create a gist/repo that explains the idea if that is helpful.

For an idea to become an official proposal and advance towards becoming part of the specification it must be championed by a member of TC39 at the official TC39 meetings (about 6 per year). If the company/university you are at is a member then you might be able to champion it.

What's the idea?

1 Like

Pretty clear now. Thanks for your explanation.

I think I can create a repo for the proposal first, describe the problem and possible solution(s) there, and then share it here. I will let you know after completing the proposal.

1 Like

Check it here: Replacing a string from last

1 Like