Time to catch up. Maps are cool.
let thing = new Map()
thing.set('A')
thing.set('B')
let thingsHaveA = thing.has('A') //true
// so much easier than checking them all against each other
I just completed - Day 6 - Advent of Code 2022 https://t.co/WVIyI27aci #AdventOfCode
Here's how to use JavaScript for the first time with advent of code.
I made the smallest JavaScript project possible and directions to get you started. https://t.co/4yczG4dhRg #AdventOfCode
Know some CSS? Perfect!
I made this repo for #hacktoberfest and it needs your CSS animations.
Make a pull request (or four). Anyone's welcome!
The world needs more CSS animations! https://t.co/DUIo8rwmls
(here's my confused cow haha!)
@ikoichi All I have is android but the walmart app now has the ability to see products in your house using AR. It's only available with iphone so far, so I'd love to know how it looks!
I’m 4 months into my first job as a software engineer and wow all I can say is that I GET why fresh juniors fall off of Twitter after their first job 😮💨
Woah, here is one I never knew and just popped up in my editor.
Number and Date Inputs have .valueAsNumber and .valueAsDate.
I've been using parseInt and new Date() my whole life!