Conversation
|
Hi! I'm VTEX IO CI/CD Bot and I'll be helping you to publish your app! 🤖 Please select which version do you want to release:
And then you just need to merge your PR when you are ready! There is no need to create a release commit/tag.
|
|
Beep boop 🤖 I noticed you didn't make any changes at the
In order to keep track, I'll create an issue if you decide now is not a good time
|
|
JavaScript does not support creating custom operators like some other programming languages do. However, you can simulate custom operators using functions. For example, you could create a function called add that adds two numbers together, and then use it like an operator by calling it with the arguments you want to add: let result = add(3, 5); // result is 8 let result1 = myMath.add(3, 5); // result1 is 8 While these methods are not true operators, they can provide similar functionality in your code |
No description provided.