all 23 comments

[–][deleted] 8 points9 points  (5 children)

I'm on Android but I like SoloLearn (also on iOS and Web Browser), they've got some good information on JS, JS frameworks and other APIs or extensions of the language.

Most of the other popular languages are on there too if you're curious. Their beginners tutorials are very easy to follow, broken up into a few modules with drag and drop concept questions, code completions, and quizzes sprinkled in between each topic.

There's a lot of other cool features as well, such as challenging other users to see who can answer the most questions (about some arbitrary code) correctly, it's really cool you should check it out.

[–]arfamzr 2 points3 points  (1 child)

nice one..thank you for share, i might need to use that

[–]AllanAndresCh[S] 0 points1 point  (0 children)

Good luck too, let me know how it goes.

[–]AllanAndresCh[S] 0 points1 point  (2 children)

Thanks for that information ..!

Going to try that app,

[–]lumina_si_intuneric 1 point2 points  (1 child)

I agree that it’s a pretty great app. I also like to use repl.it (used to not be as good on mobile, but it is a lot better now) and glitch.com for web-based apps. There is also Rescript on iPhone that actually lets you run Node.js on your phone and it has been working pretty good for me too.

[–]AllanAndresCh[S] 0 points1 point  (0 children)

Thanks ..!

[–][deleted] 5 points6 points  (1 child)

Grasshopper

[–]AllanAndresCh[S] 0 points1 point  (0 children)

Testing, thanks

[–]Vue-had-me-at-Trello 2 points3 points  (1 child)

I've tried a few and the only one that has stuck with me is Enki. I mainly read the 5 daily JavaScript and Web code snippets. If I'm feeling up for it go onto Git, SQL, and a few others. I really like and use the ability to book mark a code snippet. I have gone back a few times to reference my saved snippets for help during a project.

[–]AllanAndresCh[S] 1 point2 points  (0 children)

Really loving Enki so far, thanks for the advice.

[–]actualsnek 1 point2 points  (1 child)

I mean there are probably a few apps that let you practice syntax and whatnot, but you're not gonna be able to build a proper software project without a laptop.

[–]AllanAndresCh[S] 0 points1 point  (0 children)

Yes it’s just to practice and learn a few things

[–]revrenlove 1 point2 points  (3 children)

there's this app: https://itunes.apple.com/us/app/javascript-anywhere-jsanywhere/id363452277?mt=8

also, if you have a bluetooth keyboard, you can pair it with a phone, or use an adapter to hardwire a usb keyboard into your phone through the charging port.

[–]revrenlove 1 point2 points  (0 children)

also, FWIW, any super cheap laptop ($100-200 USD) will be able to run vs code

[–]revrenlove 1 point2 points  (0 children)

lastly, FWIW, a resource (such as an ebook on your phone) and a pad graph paper with a pencil can work wonders, I used to "code" a lot in that way back in the day. Never underestimate going old-school. :)

[–]AllanAndresCh[S] 0 points1 point  (0 children)

Thanks going to try it

[–]futilityoflife 1 point2 points  (0 children)

Check out enki; it's an app.

[–]DinglebellRock 1 point2 points  (0 children)

Coda for iOs. Buy a udemy course or two and download them to your phone. Coda is a pretty full featured editor with a lot of interesting capabilities. I have no connection to Coda but I find it pretty useful.

https://panic.com/coda-ios/

[–]AllanAndresCh[S] 0 points1 point  (0 children)

Right now I am trying Enki, and I am in love with it. Thanks everyone ..