Author: zakilive

17
Dec
2019

Event Listeners andGetters in JavaScript

<!DOCTYPE html> <html> <body> <h2>JavaScript Getters and Setters</h2> <p>Getters and setters allow you to get and set…

17
Dec
2019

JS Arrow Function

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

16
Dec
2019

Statistics, Data Science, T-test, Alpha value, Critical Value

How Hypothesis Tests Work: Significance Levels (Alpha) and P values https://towardsdatascience.com/statistical-significance-hypothesis-testing-the-normal-curve-and-p-values-93274fa32687 Significance level https://blog.minitab.com/blog/adventures-in-statistics-2/understanding-hypothesis-tests-significance-levels-alpha-and-p-values-in-statistics   https://towardsdatascience.com/statistical-tests-when-to-use-which-704557554740  …

16
Dec
2019

R programming

16
Dec
2019

OOP in JavaScript

15
Dec
2019

Some German Words

Ich habe angefangen, Deutsch zu lernen. (I started to learn German.) Ich habe versucht zu schlafen. (I tried to…