Does anyone here use a Linux phone?
fs.access(file, fs.constants.F_OK, (err) => { console.log(${file} ${err ? 'does not exist' : 'exists'}); }); ok this looks good but is fs.access a part of fs.promisses?
rerun() { if !result=$(node script.js); then if result == ''; then echo there was no output rerun fi fi } does this look fine to you guys?
function makeIterator(array) { var nextIndex = 0; return { next: function() { return nextIndex < array.length ? {value: array[nextIndex++], d...
any way to add a condition to run it if the output has lenght of 0?
guys, why can't I install git on my system?
Just finished redesigning all html tags for my page matlinski.ml Any suggestions guys?
const appendMultiple = (int, parent, child) => { parent.appendChild(child); if(int){ appendMultiple(--int, parent, child); } } Why is this not working?
guys is this trusted?
how do I check if file exists with fs.promises?
How to achieve such layout?
function removeDirectory($path) { $files = glob($path . './*'); foreach ($files as $file) { is_dir($file) ? removeDirectory($file) : unlink($file); } rmdir($path); return; } ...
I'm working as a web developer currently using php for backend and js for front end, I'm thinking of learning something new, for my work is it better to learn Node or Angular?
what is the purpose of Angular if js is already good for doing frontend?
does anybody know how to decode this output? I got it from a POST REQUEST
Guys how to invite someone to this group?
as a variable would be a problem?
any polyfil for this?
Is there someone from Spain here?
@azrizhaziq Why does puppeteer provide only two properties of document?