JSFiddle - React, Tailwind, and code Playground

by Felipe Alfaro

JavaScript

var asd = [1,2,3];





var f = {
	format: Array.prototype.join.call
};

console.log(f.format(asd));