Pavel Shakhov

Results 2 comments of Pavel Shakhov

In forums, the title of the window contains only the name of the topic. It looks like it should also include the name of the forum. ` - - Telegram`

I use `if (process.env.NODE_ENV === "test" && require.main === module) {` ```js "use strict"; function addTwo(a) { return internalAdder(a, 2); } if (process.env.NODE_ENV === "test" && require.main === module) {...