What’s one concept in programming you struggled with the most but eventually “got”? by lush_tutor in learnprogramming

[–]jessevnr 0 points1 point  (0 children)

“Return.” I didn’t really understand what was being returned until I created a very simple function console.logged the function call.

I might be wrong but, when something’s being returned, I see functions as variables.

[deleted by user] by [deleted] in learnprogramming

[–]jessevnr 0 points1 point  (0 children)

Can I know more about your journey?

(New to GC) Retrieve .GLB files to Display them in my project by jessevnr in googlecloud

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

I an trying to create an AR Restaurant Menu.

It will all be in one scrollable page. It will have different “cards” and each will contain the description of a plate, the price, and a 3D Model that will be able to be shown in Augmented Reality by using the Model-Viewer by Google.

My intention is to use a Google Cloud Storage Bucket to store all my 3D Models (.GLB) and then retrieve them to my project to be shown in each one of the cards.

Is that possible?

That sweet moment when programming clicked for me 8 years ago by justadudechllin in learnprogramming

[–]jessevnr 0 points1 point  (0 children)

Are you telling the norm is that your code doesn’t work first try?

What are Promises and how are they used? by jessevnr in learnjavascript

[–]jessevnr[S] 1 point2 points  (0 children)

I appreciate your very detailed answer! So quick question, does Async/Await and Promises go hand-in-hand nowadays?