Cagri Kizilkan πŸ‡ΊπŸ‡¦ Profile picture
Freelance Front-End Web Developer | Tweets about HTML, CSS and JavaScript | Check out my Free SEO Tools website : https://t.co/dOIiGzPjvW
Cagri Kizilkan πŸ‡ΊπŸ‡¦ Profile picture 1 subscribed
Jul 30, 2022 β€’ 27 tweets β€’ 9 min read
πŸ“Œ 24 Array Methods in JavaScript:

Mega Thread 🧡 πŸ‘‡

#LearnToCode #CodeNewbie 1) concat():

πŸ”Ή Concatenates (joins) two or more arrays.

πŸ”Ή Returns a new array, containing the joined arrays.

πŸ”Ή Does not change the existing arrays.
Jul 27, 2022 β€’ 12 tweets β€’ 4 min read
πŸ“Œ 10 CSS Selectors You Must Know

Thread πŸ§΅πŸ‘‡

#100DaysOfCode #CodeNewbie Image 1⃣ Universal Selector ( * ) : Selects all elements. Image