robertohozza

Untitled

Mar 16th, 2018
76
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.23 KB | None | 0 0
  1.  
  2. var active1 = [];
  3. Object.keys(this.state.ProductVariations).forEach(k => active1.push(this.state.ProductVariations[k]));
  4. if (active1.active = true) {
  5. console.log(active1.label);
  6. } else {
  7.  
  8. };
Advertisement
Add Comment
Please, Sign In to add comment