Im trying to use google spreadsheets api and charts.js, to make some charts with the data of some spreadsheet, but i dont really know how to make it work. I am trying to combine snippets of code that i find in the docs but i cant get it to work. I am a complete beginner with javascript and a beginner in general in coding. Thanks in advance
#Need help with javascript for a personal project
10 messages · Page 1 of 1 (latest)
Where's the question
idk man im so lost
Step 1: Break down problem into tiny problems
Step 2: Solve tiny problems individually with help of Google and this server
Step 3: ???
Step 4: Profit
Step 5: Post tiny problems along with your approach to solving them
Step 6: Get help
What @not rob is trying to tell you is taht you've asked a general question about how to do something. We can't help you that way. You need to identify a small concrete step where you are stuck, tell us what you have tried, what happened, and what you expected to happen, and then maybe somone can help you clear that hurdle.
For example:
" I am trying to assign a value to a variable but when I console log it, nothing is there. Here is my code:
let = counter 0;
"
And looking at this code we would be able to tell you the problem is a syntax problem and you hsoudl look up how to declare variables.
oh okay i understand, thanks