en.javascript.info/1-js/11-async/03-promise-chaining/three.js
2019-03-05 18:44:28 +03:00

3 lines
33 B
JavaScript

function three() {
alert(3);
}