this.Type()

WPM

0

RESET

ACCURACY

0

NEW

click to start typing

function twoAdds (num) {
	return function (second_num) {
		return num + second_num;
	};
};