mirror of
https://github.com/trekhleb/javascript-algorithms.git
synced 2025-07-06 01:15:56 +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