theoriginalandrew
KPCKevin Powell - Community
•Created by snxxwyy on 10/13/2024 in #front-end
async function/promises vs try and catch
no prob 🙂
63 replies
KPCKevin Powell - Community
•Created by snxxwyy on 10/13/2024 in #front-end
async function/promises vs try and catch
😉
63 replies
KPCKevin Powell - Community
•Created by snxxwyy on 10/13/2024 in #front-end
async function/promises vs try and catch
and if you really need to,
finally
after you're done with everything and finished with the promise you made, then you cleanup to move on63 replies
KPCKevin Powell - Community
•Created by snxxwyy on 10/13/2024 in #front-end
async function/promises vs try and catch
but if you
catch
issues with the promised "work" then you need to deal with that information too63 replies
KPCKevin Powell - Community
•Created by snxxwyy on 10/13/2024 in #front-end
async function/promises vs try and catch
and
then
you do stuff with the information that was promised to you63 replies
KPCKevin Powell - Community
•Created by snxxwyy on 10/13/2024 in #front-end
async function/promises vs try and catch
until the promise is
resolved
63 replies
KPCKevin Powell - Community
•Created by snxxwyy on 10/13/2024 in #front-end
async function/promises vs try and catch
yep and you gotta wait no matter what 🙂
63 replies
KPCKevin Powell - Community
•Created by snxxwyy on 10/13/2024 in #front-end
async function/promises vs try and catch
An easy way to think about
await
is when someone makes a promise to you, they are saying "wait for me to do this" so you have to wait- and when its a JS promise, its the same thing, async is happening at different times and you have to await
for the responses63 replies
KPCKevin Powell - Community
•Created by A1most on 9/6/2024 in #front-end
can anyone help me make a login page with html?
so this is more of a "can you do this for me post?" That's not what this forum section is for - please provide at least some code you've tried to write on a codepen or something like that.
49 replies
KPCKevin Powell - Community
•Created by vince on 6/17/2024 in #front-end
How to match border height of element
also just converting from CSS-in-JS to classes only is also a nightmare 🙂
27 replies
KPCKevin Powell - Community
•Created by vince on 6/17/2024 in #front-end
How to match border height of element
literally just a toggle for a 1px divider 😄
27 replies
KPCKevin Powell - Community
•Created by vince on 6/17/2024 in #front-end
How to match border height of element
27 replies
KPCKevin Powell - Community
•Created by vince on 6/17/2024 in #front-end
How to match border height of element
though writing conditional grid layouts are not fun
27 replies
KPCKevin Powell - Community
•Created by vince on 6/17/2024 in #front-end
How to match border height of element
same
27 replies
KPCKevin Powell - Community
•Created by vince on 6/17/2024 in #front-end
How to match border height of element
plus you can also just do
place-items: center;
for grid and that is so much better27 replies
KPCKevin Powell - Community
•Created by vince on 6/17/2024 in #front-end
How to match border height of element
i mean "flex" and "stretch" are the same 😉 😉 😉
27 replies
KPCKevin Powell - Community
•Created by vince on 6/17/2024 in #front-end
How to match border height of element
lol all good 😄
27 replies
KPCKevin Powell - Community
•Created by vince on 6/17/2024 in #front-end
How to match border height of element
yup lol
27 replies
KPCKevin Powell - Community
•Created by vince on 6/17/2024 in #front-end
How to match border height of element
ohhh thats the footer styles
27 replies
KPCKevin Powell - Community
•Created by vince on 6/17/2024 in #front-end
How to match border height of element
yeah possibly - can we see what the code looks like for the buttons themselves?
27 replies