All activity
Nasreen Khalid
left a comment
Hi,
this is my solution to the first problem:
function candies(children,candy){
const result = candy%children;
const total = (candy - result)/children;
return total;
}
console.log(candies(10,101))
#JavaScriptmas 🎄
24 days of #JavaScriptmas 🎄
📅 Coding advent calendar with daily challenges and prizes
Nasreen Khalid
left a comment
I feel myself lucky that I got a chance to opt one of Andrei's courses on Udemy, they are really helpful and the job oriented approach throughout the course is my most favorite part because it gives you a taste of the practical world waiting for you out there..I am in the mid way of my second course by Andrei and am really looking forward to secure some place in the job market :) thanks to the...
Zero To Mastery Academy
Learn to Code. Get Hired.