lodash.js fiddle

Added lodash from cdnjs.com in order to have lodash capabilities in chrome.

by Luiza CICONE

HTML

<script src="//cdnjs.cloudflare.com/ajax/libs/lodash.js/1.2.1/lodash.min.js"></script>

JavaScript

const a = [
  'id',
  'name', // 'title',
  'producturl', // 'link',
  'bigimage', // 'image_link',
  'price',
  'description',
  'google_product_category',
  'smallimage', // 'additional_image_link',
  'instock', // 'availability',
  'retail_price', // 'price',
  'price', // 'sale_price',
  'gtin',
  'mpn',
  'brand',
  'product_type',
  'adult',
  'condition',
  'product_type_key',
  'number of reviews',
  'product_rating',
  'filters',
  'mobile_link',
  'item_group_id',
  'color',
  'gender',
  'age_group',
  'material',
  'pattern',
  'size',
  'size_type',
  'size_system',
  'cross_seller_product_id',
  'seller_name',
  'seller_id',
  'shipping',
  'shipping_weight',
  'shipping_height',
  'shipping_width',
  'shipping_length',
  'shipping_label',
  'multipack',
  'is_bundle',
  'promotion_id',
  'promo_text',
  'custom_label_0',
  'custom_label_1',
  'custom_label_2',
  'custom_label_3',
  'custom_label_4',
  'custom_label_5',
  'adwords_redirect',
  'excluded_destination',
  'unit_pricing_measure',
  'unit_pricing_base_measure',
  'display_ads_title',
  'display_ads_value',
  'map_price',
  'model_number'
];
["id", "name", "producturl", "bigimage", "price", "description", "google_product_category", "smallimage", "instock", "retail_price", "gtin", "mpn", "brand", "product_type", "adult", "condition", "product_type_key", "number of reviews", "product_rating", "filters", "mobile_link", "item_group_id", "color", "gender", "age_group", "material", "pattern", "size", "size_type", "size_system", "cross_seller_product_id", "seller_name", "seller_id", "shipping", "shipping_weight", "shipping_height", "shipping_width", "shipping_length", "shipping_label", "multipack", "is_bundle", "promotion_id", "promo_text", "custom_label_0", "custom_label_1", "custom_label_2", "custom_label_3", "custom_label_4", "custom_label_5", "adwords_redirect", "excluded_destination", "unit_pricing_measure", "unit_pricing_base_measure", "display_ads_title", "display_ads_value", "map_price",...