aboutsummaryrefslogtreecommitdiffhomepage
path: root/snippets/javascript_promise
diff options
context:
space:
mode:
authorHsieh Chin Fan <pham@topo.tw>2024-09-14 00:07:12 +0800
committerHsieh Chin Fan <pham@topo.tw>2024-09-14 00:07:12 +0800
commit4ee76734de1d426df88a2a4791391909cd1a8597 (patch)
tree9ca6ab0be6adaf107eaad339ff2899f8572306c8 /snippets/javascript_promise
parent780d2bca89b769bc6a1b8d3dbe22a6bb4616f733 (diff)
Update
Diffstat (limited to 'snippets/javascript_promise')
-rw-r--r--snippets/javascript_promise3
1 files changed, 3 insertions, 0 deletions
diff --git a/snippets/javascript_promise b/snippets/javascript_promise
new file mode 100644
index 0000000..12128a7
--- /dev/null
+++ b/snippets/javascript_promise
@@ -0,0 +1,3 @@
1new Promise((resolve, reject) => {
2
3})