15,789,460 members
Sign in
Sign in
Email
Password
Forgot your password?
Sign in with
home
articles
Browse Topics
>
Latest Articles
Top Articles
Posting/Update Guidelines
Article Help Forum
Submit an article or tip
Import GitHub Project
Import your Blog
quick answers
Q&A
Ask a Question
View Unanswered Questions
View All Questions
View C# questions
View C++ questions
View Javascript questions
View Python questions
View PHP questions
discussions
forums
CodeProject.AI Server
All Message Boards...
Application Lifecycle
>
Running a Business
Sales / Marketing
Collaboration / Beta Testing
Work Issues
Design and Architecture
Artificial Intelligence
ASP.NET
JavaScript
Internet of Things
C / C++ / MFC
>
ATL / WTL / STL
Managed C++/CLI
C#
Free Tools
Objective-C and Swift
Database
Hardware & Devices
>
System Admin
Hosting and Servers
Java
Linux Programming
Python
.NET (Core and Framework)
Android
iOS
Mobile
WPF
Visual Basic
Web Development
Site Bugs / Suggestions
Spam and Abuse Watch
features
features
Competitions
News
The Insider Newsletter
The Daily Build Newsletter
Newsletter archive
Surveys
CodeProject Stuff
community
lounge
Who's Who
Most Valuable Professionals
The Lounge
The CodeProject Blog
Where I Am: Member Photos
The Insider News
The Weird & The Wonderful
help
?
What is 'CodeProject'?
General FAQ
Ask a Question
Bugs and Suggestions
Article Help Forum
About Us
Search within:
Articles
Quick Answers
Messages
Comments by bhaskar977 (Top 10 by date)
bhaskar977
20-Jan-23 22:43pm
View
can you suggest a micro level roadmap on what should I do now in order to learn programming?
bhaskar977
12-Jan-23 4:12am
View
I'm already doing it. It's causing straight motion.
bhaskar977
10-Jan-23 7:40am
View
it's not clear to me at all. could you clarify in detailed way?
bhaskar977
10-Jan-23 7:23am
View
pls read my comment to first solution.
bhaskar977
10-Jan-23 7:23am
View
I must tell why my confusion came here:
Earlier in the code, we've done this:
```
//head of snake
let snakeArr = [
{
x: 13,
y: 15
}
]
```
Here x,y means the grid row 13, grid column 15. That is why I'm confused. We're using same variable names in 2 places with different meanings. In this question, we're using x,y for direction(up,down etc).
How are we able to do this?
bhaskar977
9-Jan-23 11:57am
View
there is a figure indeed to explain this. I got the figure.
bhaskar977
9-Jan-23 9:12am
View
Can you clarify your point with a diagram or figure? I am not getting it still, that's why.
bhaskar977
7-Jan-23 11:18am
View
that's not the question though.
bhaskar977
26-Nov-22 10:32am
View
hmm, do you mean I should use bootstrap? But for learning bootstrap, I require to learn css properly and build a website using css and html only.
bhaskar977
24-Nov-22 9:30am
View
for coding! adding line-height does nothing.
Show More