When you're pair programming with a senior dev and accidentally write JASON.stringify(data)... Sorry, who's Jason again? 🤦♂️😂
#code#devlife#programming#javascript
#Config2023 Launch 4: Auto layout updates
Three words: Wrap, min, max—that’s right, spend less time manually resizing and more time creating components and layouts that are much more responsive.
👇 Here’s what’s new
More @figma fun! 🤪
Been shifting pixels around this desktop note-taking application design. This has been a really fun project with lots of opportunities for subtle design treatments throughout the UI.
You can check out the full case study on Dribbble - dribbble.com/shots/18794608-…
Quick question for JS developers - do you still recommend setting up Babel when using ES6 modules in a project? Is it enough to just use type="module"?
Most modern browsers seem to support import/export now 🤷 but are there still enough edge cases?
#js#programming#javascript
Day 43 of #100DaysOfCode - began exploring the date constructor in JavaScript this morning. I used it to put together a small feature that will get a user's last activity and output it to an app's UI.
#js#proramming#coding#javascript
Day 42 of #100DaysOfCode - and with that, I have wrapped up the array methods section and coding challenge - 6 hours of study in total 🥴.
Here are my solutions for tasks 4, 5, 6, 7 & 8!
On to the next topic - let's do this! 🧐
#js#coding#programming#javascript
Day 41 of #100DaysOfCode - the array methods coding challenge is definitely testing me! 🤔🧐 There are 8 tasks - here are my solutions for task 1, 2, & 3.
I'll tackle some more tomorrow 😴
#js#coding#programming#javascript
Day 40 #100DaysOfCode - finally finished up the array methods section.. Over 23 methods covered. Brain is feeling a bit scrambled.🤯
.reduce() is definitely my favourite!
Coding challenge in the morning to put some of this new knowledge to the test! 👍
#js#programmer#coding
Day 39 of #100DaysOfCode - no messing about!
💥All common higher-order array methods!💥
It was interesting trying to find a potential use case for them all in one function! 😅
#js#coding#programming#javascript
Day 37 of #100DaysOfCode - Hey Twitter, it's been a minute! Took a few days off to spend with family but back to the coding challenges. Nice to be back exploring array methods and forEach🤩
#js#coding#programming#development
Day 36 of #100DaysOfCode - exploring use cases for the the bind() method. Enjoyed putting together this tax calculator with specific functions for each tax rate.
#js#coding#programming#DEVCommunity