Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 7 years ago.
Improve this question
I'm on the learning stage, and i need some feedback for the code I've write. Do you have any idea about how can I get another pair of eyes with a smarter brain to look over my code?
ps: It is about a code written in js.
There is a StackExchange site for that: https://codereview.stackexchange.com/
If you are learning Javascript make sure you pass your code threw JSLint (jslint.com) it will
find a lot of the stupid errors people tend to make.
Related
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 3 days ago.
Improve this question
Anyone got any some good resources for working with 2dimensional arrays. Everytime I look at them I go brain dead and don't know what I'm looking at or what to do. gone to a few websites but they don't really provide much example or have examples that are to simple.
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 8 months ago.
Improve this question
Maybe this question is not in the stackoverflow questions topic, but I don't know where to ask this or how to get it, but I'm developing a project and I need an extremely large json file, just for performance tests, but I can't find it, anyone have any json file which is huge?
You should probably try using this site
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 5 years ago.
Improve this question
I'm started to study by myself informatics, beginning with html and css and keep going to reach real programming languages. Sometimes I fell like lost while i'm learning and studying something, so I was looking for suggestions about references, about software to use, (now i'm learning on w3schools and sololearn) or books. thanks again to all!
w3schools is good for beginners, try to apply all examples,
and you can learn from https://www.tutorialspoint.com it's so rich of valuable information.
Also, you can read newest articles publish daily in https://css-tricks.com/
and https://tympanus.net/codrops/
regards
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 4 years ago.
Improve this question
Is there any good auto-correct JSON site you guys use? I've been using JSONLint. However, only validation is not enough for me, and I need it quite often.
Simple correction is enough. Like correcting this:
{
Abc: abcd,
'123': 123,
kjlkj: 'kjskjd',
}
I just found this site. Maybe it helps you.
http://www.fixjson.com
Just use https://fix-json.com/ to validate and fix your json if you need. It does it automaticly. Just paste your code in the left section and click on the repair button. I hope this will be helpfull.
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 7 years ago.
Improve this question
I've been to a couple of talks recently where the speaker had a presentation/deck with a live code window and a console output. I've got to do a JS presentation and I thought it would be really useful to do live code.
Does anyone know any apps I can use for this? Thanks
There are many, many options:
https://jsfiddle.net/
http://js.do/
http://jsbin.com/
https://repl.it/languages/JavaScript
Finally... https://www.google.com/search?q=online+javascript+sandbox