1234567891011121314151617181920212223 |
- let product_detail = [
- {
- Name:"RAM",
- Types:{
- ProductType:"ORA",
- ProductName:"DDR4 DESKTOP Memory",
- ProductDesc:"ORA, Desktop RAM",
- ProductSize:"16GB DDR4, 3200 Mhz",
- ProductImage:"",
- Product_features:{
- memorysize:"32GB Kit (2 x 16GB)",
- Frequency:"DDR5-6000 MT/s",
- timing:"40-40-40-76 (XMP 6000MT/s)",
- performance:"XMP 3.0",
- warranty:"5 years",
- intel:"Intel Z690 certificated",
- productdesign:"Copper-aluminum composite heat spreaders with nano carbon coating to keep performance",
- industrialStandards:"Comply with industrial standard JEDEC DDR5",
- support:"RGB Fusion 2.0 Supported",
- }
- }
- }
- ];
|