mirror of
https://github.com/trekhleb/javascript-algorithms.git
synced 2026-02-04 10:33:51 +08:00
Add playground.
This commit is contained in:
5
src/playground/__test__/playground.test.js
Normal file
5
src/playground/__test__/playground.test.js
Normal file
@@ -0,0 +1,5 @@
|
||||
describe('playground', () => {
|
||||
it('should perform playground tasks', () => {
|
||||
// Place your playground tests here.
|
||||
});
|
||||
});
|
||||
1
src/playground/playground.js
Normal file
1
src/playground/playground.js
Normal file
@@ -0,0 +1 @@
|
||||
// Place your playground code here.
|
||||
Reference in New Issue
Block a user