5 low competition freelance website for web developers
⭐Stack overflow
⭐Codepen
⭐Hireable
⭐Gigstar
⭐Hired
Comment down if you know other sites
Learn blockchain
https://news.1rj.ru/str/blockchaindv
⭐Stack overflow
⭐Codepen
⭐Hireable
⭐Gigstar
⭐Hired
Comment down if you know other sites
Learn blockchain
https://news.1rj.ru/str/blockchaindv
👍8❤1
JavaScript reduce(), some(), and every() method explained
👍2🔥1
Forwarded from Web design & 😃 development
CHALLENGE
🔴What will be output??
const obj1 = { a: 1, b: { c: 2 } };
const obj2 = { ...obj1 };
obj1.b.c = 3;
console.log(obj2.b.c);
🔴What will be output??
👍4❤1