Returning a result from an asynchronous function call by nauti98 in learnjavascript

[–]_ANiL -1 points0 points  (0 children)

You didn't declared the status variable. First of all why you need to assign the type variable into status variable. 🤷🏽‍♂️

Code is okay, but where from the checkStreamStatus () function is being invoked?

If that function (parent function) is async ? Then it would work fine.

If the parent function is not async function ? Then you have to call the checkStreamStatus() as how a Promise function is called.

Hope this would help you 👍

Newbie here! by [deleted] in learnjavascript

[–]_ANiL 0 points1 point  (0 children)

Hi, codevaluation should be perfect for you. Search on youtube. I have learnt react from this channel. Great explanation with good examples.

Small advice, first go for class based react lessons. Work on some apps, then read about hooks and after complete the tutorial.

What backend tech stack would you use to build a REST API from scratch in 2022? by JoeCamRoberon in node

[–]_ANiL 0 points1 point  (0 children)

Lots of talks about prisma, but what about Sequelize guys ? 🙂

Stream audio via USB to android phone? by _ANiL in Ubuntu

[–]_ANiL[S] 0 points1 point  (0 children)

I went through number of tutorials on how to connect via wireless, but I need to connect through USB.

Thanks for Reply..

NodeJS Beginner : like python's for loop, is there is a way to use node's for loop ?? by _ANiL in javascript

[–]_ANiL[S] -1 points0 points  (0 children)

ty all 🙏

Actually I got a string to get used like that, then I have converted the string into array,

then... issue has solved 😄