Through Coding With Sherry, I'm trying to teach other people the fundamentals of coding as well as other skills that took me a long time to master.
At Coding With Sherry, I provide a short and to-the-point tutorial as well as resources for everything I teach. My GitHub github.com/sherryy14 contains source code and other resources. In the description of each film, I include any applicable source code.
Business enquiries: shahryarwebdev@gmail.com
CodingWithSherry
Which language are you most proficient in?
2 years ago | [YT] | 3
View 0 replies
CodingWithSherry
How do you select all <p> elements within a <div> element using CSS?
2 years ago | [YT] | 3
View 0 replies
CodingWithSherry
JavaScript Q/A!
let yt = {
name:"CodingWithSherry",
age:25,
isDeveloper:true
};
console.log(yt?.subscriber?.videos);
2 years ago | [YT] | 2
View 0 replies