myConsole
A simple JavaScript editor for you phone, in JavaScipt.
A live version of it is hosted here.
A simple JavaScript editor for you phone, in JavaScipt.
A live version of it is hosted here.
For further actions, you may consider blocking this person and/or reporting abuse
James 'Dante' Midzi -
Ayako yk -
Gervais Yao Amoah -
Şahin Arslan -
Once suspended, victorqribeiro will not be able to comment or publish posts until their suspension is removed.
Once unsuspended, victorqribeiro will be able to comment and publish posts again.
Once unpublished, all posts by victorqribeiro will become hidden and only accessible to themselves.
If victorqribeiro is not suspended, they can still re-publish their posts from their dashboard.
Once unpublished, this post will become invisible to the public and only accessible to Victor Ribeiro.
They can still re-publish the post if they are not suspended.
Thanks for keeping DEV Community safe. Here is what you can do to flag victorqribeiro:
Unflagging victorqribeiro will restore default visibility to their posts.
Top comments (11)
How do I
npm install
? :DYou don't. Just clone it if you want to host your own application, or just go to the live version at victorqribeiro.com/myConsole and add it to your honescreen.
Let me rephrase. How do I import libraries like
import S from 'sanctuary';
to play with in sandbox?You can add an external script, from a CDN or something.
let script = document.createElement('script');
script.src = 'site.com/script.js';
document.body.appendChild(script);
Awesome!
it says the site can't be reached
My hosting service was having trouble with some hackers last week so they put up a region block. Where are you in the world?
i am from india
Unfortunately you are in one of the blocked regions. I will contact my hosting service first thing in the morning and see if there's something they can do about it. I had similar issues on my last project, at least two other people had open issue on my git hub.
Neat! though the link you posted isn't to the project.
Fixed!