π€ appreciation post time
big shoutout to @TrujiCodes for recommending Louisiana museum in Copenhagen
what a place, what an experience
thanks Alvaro, this place made my day
@TrujiCodes I just checked it on Google Maps, the museum looks unreal. Thanks so much! π«Ά
I see that there are actually several contemporary art museums in here, super cool!
absolutely loved this challenge
API project #2 β color scheme generator π¨
I sent the seed color and the mode to API and displayed the results on the page
do you know how I could copy hex values to clipboard using javascript? or generate results just by pressing space?
which javascript course/tutorial helped you to build a strong foundation?
I fill like at the moment I am following a tutorial easily, but when time comes to a challenge I struggle to solve it π’
@Daneydoughnut I would feel super cool if I was joining work calls with standing mic. As if I am on a radio show or something ahaha
ooh okay, hopefully one day you will have your podcast/youtube!
I just got a VERY WARM WELCOME into the programming community π€―
Thanks to everyone for the great support
This just gave me so much magic power πͺ
Now let's get back to coding
hey developers, what programmers slang should I know about?
for now I am finding this super cute:
πͺ camel case - myVariableName
π snake case - my_variable_name
π₯ kebab case - my-variable-name
okey @bobziroll I got to tell you this!
I think I can write this code with no mistakes if someone wakes me up at 3am
fetch("url")
.then(res => res.json())
.then(data => console.log(data))
just learning everything about APIs on scrimba