×

Welcome to TagMyCode

Please login or create account to add a snippet.
0
0
 
0
Language: Javascript
Posted by: Nilesh Yadav
Added: Jun 9, 2017 6:11 AM
Views: 2353
Tags: no tags
  1. with(objectName) {
  2.         console.log(objectKey);
  3. }
  4.