Files
explainegy-nextjs/.markdown/test2.md
2023-01-30 11:42:43 +01:00

86 B

Code

var foo = function (bar) {
	return bar++;
};

console.log(foo(5));