-
3 months ago
JavaScript Tutorial 1: Functions
This is my first javascript tutorial, I decided to make it on functions since it's an important part of javascript.
FishThatDrown • 189,942 views
TechTrainSolutions
commented:
-
3 months ago
Color Blindness test - Real !
Hi, I'm colorblind, and this is a video that I made to help you to find out weather you are or you are not color blind. Being color blind is someho...
VladimirWlado • 1,313,199 views
TechTrainSolutions
commented:
@vjm3
Females carry the gene and pass it on to their maie offspring. Very few females are color-blind and this is why color blindness in males skips a generation.
-
3 months ago
Javascript 2a: Exception handling and function scope
This video covers exception handling in Javascript.
Guido Tapia - PicNet Software Development Manager
For more tutorials...
PicNetTV • 438 views
TechTrainSolutions
commented:
Your knowledge is great, but your presentation is, well, not so much.
You need to slow down quite a bit and you need to move your microphone MUCH farther away from your keyboard so we don't get distracted by you pounding on the keyboard.
-
3 months ago
Javascript 2b: Exception handling and function scope
This video covers function scope in Javascript
Guido Tapia - PicNet Software Development Manager
For more tutorials, che...
PicNetTV • 247 views
TechTrainSolutions
commented:
Move your microphone MUCH farther away from your keyboard. It is quite annoying that we mostly hear you pounding on the keyboard.
Also, instead of scrolling the video up/down when you want to show the log, just have the log appear in a picture-in-picture video box. The scrolling (and how quick...
-
3 months ago
Javascript Object Oriented Programming - different ways of creating Classes and Methods
I go over several different ways you can write classes and methods in Javascript when doing object oriented programming
Download Link for files:
h...
FreeWebTutorialsRock • 2,903 views
TechTrainSolutions
commented:
While many people refer to classes in JavaScript, the fact is that JavaScript is not class based and does not have classes. It is a Prototypical language, where all objects inherit from a prototype object (not class).
Additionally, your examples are commented to say that properties/menthods wou...
-
4 months ago
Time Travel Evidence? Watch Found in 400 Year Old Tomb
(Click on Source)
Source: http://www.dailymail.co.uk/......
StrangeandCurious • 1,672,607 views
TechTrainSolutions
commented:
Why do the time-travellers always drop their watches? I'd be more apt to drop my wallet or some spare change. But, I suppose if I were time travelling, I'd be really careful not to drop anything. And, upon returning home and realizing that I left my watch in the past and thereby caused the pas...
You may have code that works, but your coding habits are poor at best.
No line terminations with ;
No indention of code.
And, no () are not brackets. Whoever taught you that was wrong and you should stop repeating incorrect information.