Desc:
- Perubahan minor
No issue
This commit is contained in:
2023-10-04 14:23:35 +08:00
parent 27298d22a8
commit e5aa1e6836
5 changed files with 64 additions and 4 deletions

View File

@@ -1,5 +1,5 @@
export function myConsole(value: any) {
const onData = false;
const onData = true;
if (onData) {
console.log(value);
}