Page Menu
Home
Phorge
Search
Configure Global Search
Log In
Files
F2920164
test_without_strict.cjs
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Flag For Later
Award Token
Size
236 B
Referenced Files
None
Subscribers
None
test_without_strict.cjs
View Options
// Test 1: with statement should work without 'use strict'
let obj = { x: 10, y: 20 };
with (obj) {
console.log("Test 1 - x:", x); // should print 10
console.log("Test 1 - y:", y); // should print 20
}
console.log("Test 1 passed");
File Metadata
Details
Attached
Mime Type
application/javascript
Expires
Fri, Mar 27, 5:51 AM (1 d, 23 h)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
512403
Default Alt Text
test_without_strict.cjs (236 B)
Attached To
Mode
rANT Ant
Attached
Detach File
Event Timeline
Log In to Comment