保存进度!
This commit is contained in:
@@ -35,6 +35,6 @@ const animal: CatOrDog =
|
||||
|
||||
console.log( "test" );
|
||||
|
||||
const gainers: Array<string | number> = [ "kane", 588, ];
|
||||
const gainers: Array<string | number> = ["kane", 588,];
|
||||
|
||||
const kane = { a: 100, b: 200, };
|
||||
|
Reference in New Issue
Block a user