Author: Not specified | Language: javascript |
Description: Not specified | Timestamp: 2018-05-10 10:56:22 +0000 |
View raw paste | Reply |
- function foo1()
- {
- return {
- bar: "hello"
- };
- }
- function foo2()
- {
- return
- {
- bar: "hello"
- };
- }
View raw paste | Reply |
Author: Not specified | Language: javascript |
Description: Not specified | Timestamp: 2018-05-10 10:56:22 +0000 |
View raw paste | Reply |
View raw paste | Reply |