Courses
Log inStart Learning AI
Courses
Log inStart Learning AI

Q&A Discussions

JAVASCRIPT - (LET OR VAR)
javascriptjs
2 Votes
7 Answers
30th Mar 2022, 10:52 PM
Samuel Obasi
Samuel Obasi - avatar
let size = 8; let board = ""; for (let y = 0; y < size; y++) {for (let x = 0; x < size; x++) { if ((x + y) % 2 == 0) {
javascript
1 Vote
2 Answers
21st Nov 2019, 7:42 AM
Charles $now
Charles $now - avatar
List of integers (let 1-10). Write code to add the integers and display the sum.(using loop)
python
0 Votes
2 Answers
3rd Oct 2018, 2:00 PM
partha
partha - avatar
Hello everyone, help me, I wrote this code.
(let<=0;,forii
0 Votes
5 Answers
29th Aug 2020, 10:37 PM
Jasurbek Erkulov
Jasurbek Erkulov - avatar
Hot today
Audio adding
1 Votes
playground input
0 Votes
What is problem in this code
0 Votes
Stuck in Quize
1 Votes
This Program Does Something Weird. Can You Explain Why?
1 Votes
C Program
0 Votes
Software developer
0 Votes
Asking for final year project ideas!
1 Votes
TIPS From Veterans
1 Votes
How does JavaScript's event loop handle asynchronous operations like setTimeout, Promises, and async/await, and what are the dif
1 Votes