Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- let o = {
- f() {
- console.log('====================================');
- console.log(123);
- console.log('====================================');
- }
- }
- o['f'].call()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement