Guys ! Can i run JavaScript script in chrome extension run like in Chrome console ?
how i get the price before 15% tax ? i use : example price with tax is 40 000 : before tax its 340000. my code : (Math.max(40000 / 1.15)).toFixed(2);
Hi guys 👋😀 How i get selected option value & index ? <select id="mySelect"> <option>Apple</option> <option>Orange</option> <option>Pineapple</option> <option>Banana...
What is the lightest version of Linux ? I have old pc i want try Linux on it 😁
I have React Native project use Emoji 😃 But the issue i have that not every Device Support Emojis - How to make it supported by library or something ?
Hi guys 👋 What is the best choice for modeling js files in my website ? -I need import export Vars Without webpack because i don't want Freamwork or server . I did search...
Top 5 Mobile app development frameworks in 2020. 1. React native 2. Flutter 3. Ionic 4. Xamarin 5. PhoneGap Which one of your favourite?
When i Creat page with html . Css .js ... and php dev want the page easy for hem to play with values & when he want import header from php something like that i don't know ho...
how to add value to the second array in react hook state ?
how to convert js method in json to js ? "require('./component/wait-2.png')" to require('./component/wait-2.png') // json.pars not working on this
Guys when you update react native expo app do you have to change package id ? Example in version 1.0 : com.javascript.www in version 2.0 : com.javascript2.www
Hi guys 👋 My chrome browser don't show js changes except when i refresh it by forcing by (ctlr + F5 ) what should i do to fix it ? Is the problem from my heavy loads code or...
Hy guys is there any problem if i make a localhost with xamp and run php system in workstation offline ? - If there is any thing bad in this way please let me know .. -wha...
Is it possible to build desktop app with React ?
Hi guys 👋 How to pass Multiple property in one other page in react native hooks ? Example on passing single value : <Pag2 prop={stateValue} />
Does setTimeOut function use multi Theard ?
does 1.15 eual 15% ?
how to pass Arament in Evvent Listener ? - first code called Auto ❌ - seconde is without Argment ❌ how ?👀
What is the best way to render pages in react js hook ?
Hey guys , what is best and easiest " platform for Game development" in js ? Do you recommend react Native ?