Web design & 😃 development – Telegram
Web design & 😃 development
29.3K subscribers
786 photos
35 videos
87 files
825 links
Admin👮 @sreetamo @Tranjar

Get free resources for webdevelopment , html , CSS , JavaScript , reactjs , wordpress , Php , nodejs ...etc. Buy ads: https://telega.io/c/WebsiteDesignLearningGroup
👥Group👥 @website_DesignLearning_Group
Download Telegram
JavaScript reduce(), some(), and every() method explained
👍2🔥1
What will be output?
👍4👏1
JavaScript fetch api
🔥61👍1
JavaScript DOM Manipulation Cheatsheet
7👍1
CHALLENGE

const obj1 = { a: 1, b: { c: 2 } };
const obj2 = { ...obj1 };

obj1.b.c = 3;

console.log(obj2.b.c);


🔴What will be output??
👍41
What will be output??
👍11
⌨️ nth Child of Selectors in CSS
🔥9👍7