Category: Language
//Arrow Function Example hello=val=>”Hello “+val; console.log(hello(“Universe!”));
https://towardsdatascience.com/top-javascript-machine-learning-libraries-in-2019-cb63b95bdd10
<!DOCTYPE html> <html> <body> <p id=”demo”></p> <script> var str = “Hello”; var arr = str.split(“”); var text…
JavaScript can change styles <!DOCTYPE html> <html> <body> <h2>What Can JavaScript Do?</h2> <p id=”Zaki” fontsize=’12px’>Hello Zaki</p>…
https://www.freecodecamp.org/news/what-exactly-is-node-js-ae36e97449f5/ Node_js also I am practicing from here. https://www.w3schools.com/nodejs/nodejs_http.asp Node.Js code to url parse:…
Recent Comments