0

One of the challenges I find is remembering which construct works in which context. It's like.. I try to pass in rgb() in JavaScript but then I forget that only works in CSS. lmao. Things like that... Through learning a ton of mixed things, sometimes the brain mixes things up. Yes, I know it depends on how well you master your fundamentals. lol

Comments
  • 2
    What are you expecting rgb() to return in JS?
  • 5
    Reminds me of that ancient joke:

    Sometimes when I’m writing JavaScript I want to throw up my hands and say "this is bullshit!" but I can never remember what "this" refers to.

    For another joke, just end the previous one after the word "up".
  • 1
  • 1
    @Lensflare I like that joke. It's been a while since I heard it last.
Add Comment