Category: Language

17
Dec
2019

JS Arrow Function

//Arrow Function Example hello=val=>”Hello “+val; console.log(hello(“Universe!”));  

16
Dec
2019

OOP in JavaScript

15
Dec
2019

Machine Learning Library for JavaScript

https://towardsdatascience.com/top-javascript-machine-learning-libraries-in-2019-cb63b95bdd10

14
Dec
2019

JavaScript Codes

<!DOCTYPE html> <html> <body> <p id=”demo”></p> <script> var str = “Hello”; var arr = str.split(“”); var text…

12
Dec
2019

JavaScript can change styles   <!DOCTYPE html> <html> <body> <h2>What Can JavaScript Do?</h2> <p id=”Zaki” fontsize=’12px’>Hello Zaki</p>…

11
Dec
2019

Mission Node.js

  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:…