|
|
|
|
|
by ldev
3455 days ago
|
|
C# has this same async await. The only difference - I can choose to use sync workflow by appending .Result to async function, ie `var response = asyncFunction().Result;` ..... Node.js is garbage (well, good for simple crud apps) and so is JS. |
|
That being said, I do like how C# handles it more than the way JS has handled it, but both are fantastic.
You can say JS is "garbage" all you want, but it's close to the most popular language on the planet and many many people are writing great things because of it.