{"id":28524518,"url":"https://github.com/migueldmontes/objetos-js","last_synced_at":"2026-01-29T21:03:04.076Z","repository":{"id":295233410,"uuid":"989552425","full_name":"migueldmontes/Objetos-JS","owner":"migueldmontes","description":"1- Tienes el siguiente objeto:  const ordenador1 = {  marca: \"HP\",  procesador: \"i7\",  ram: \"16Gb\",  hd: \"1Tb\",  precio: 1500,  extras: [\"cámara HD\", \"microfono stereo\", \"disco de acceso rápido\"],  maletin: true;  }  - Escribe una frase que diga \"mi ordenador es un HP, con procesador i7 y 16Gb de RAM\" ","archived":false,"fork":false,"pushed_at":"2025-05-24T10:36:07.000Z","size":4,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-07-06T11:39:32.918Z","etag":null,"topics":["ironhack","objetosjs","week10"],"latest_commit_sha":null,"homepage":"","language":"HTML","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/migueldmontes.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2025-05-24T10:31:51.000Z","updated_at":"2025-05-24T10:49:15.000Z","dependencies_parsed_at":"2025-05-24T11:42:03.643Z","dependency_job_id":null,"html_url":"https://github.com/migueldmontes/Objetos-JS","commit_stats":null,"previous_names":["migueldmontes/objetos-js"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/migueldmontes/Objetos-JS","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/migueldmontes%2FObjetos-JS","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/migueldmontes%2FObjetos-JS/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/migueldmontes%2FObjetos-JS/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/migueldmontes%2FObjetos-JS/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/migueldmontes","download_url":"https://codeload.github.com/migueldmontes/Objetos-JS/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/migueldmontes%2FObjetos-JS/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28884708,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-29T19:55:09.949Z","status":"ssl_error","status_checked_at":"2026-01-29T19:55:08.490Z","response_time":59,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["ironhack","objetosjs","week10"],"created_at":"2025-06-09T11:09:51.051Z","updated_at":"2026-01-29T21:03:04.070Z","avatar_url":"https://github.com/migueldmontes.png","language":"HTML","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Objetos-JS\n1- Tienes el siguiente objeto:\n\nconst ordenador1 = {\n\nmarca: \"HP\",\n\nprocesador: \"i7\",\n\nram: \"16Gb\",\n\nhd: \"1Tb\",\n\nprecio: 1500,\n\nextras: [\"cámara HD\", \"microfono stereo\", \"disco de acceso rápido\"],\n\nmaletin: true;\n\n}\n\n- Escribe una frase que diga \"mi ordenador es un HP, con procesador i7 y 16Gb de RAM\"\n\n- Recorre todos los valores con un bucle for in\n\n- Muestra el tercer extra del ordenador\n\n2- Tenemos un objeto del super:\nconst galletas = {\nmarca: “Artiach”,\nnombre: “Chiquilín”,\ndescripción: “galletas de mantequilla”,\nprecio: 2.75,\nhayExistencias: true\n};\n\n\nSobre este objeto:\n- Añadir una característica: oferta (Boolean)  -C-\n- Modificar una característica: descripción  -U-\n- Borrar una característica  -D-\n- Mostrar el objeto antes y después  -R-\n- Probar a mostrar solo valores (values) y solo propiedades (keys)\n\n3- Crear objetos que sean coches con sus características: marca, modelo, potencia, precio, etc\n- Con esos objetos, crear un array de objetos (concesionario)\n- Con ese array de objetos, mostrar por ejemplo, todos los modelos. (opción preguntar al usuario\nqué quiere mostrar: marca, modelo, potencia, precio )\n\nHaz todas las pruebas que desees en estos tres labs!\n\nSubmission\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmigueldmontes%2Fobjetos-js","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmigueldmontes%2Fobjetos-js","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmigueldmontes%2Fobjetos-js/lists"}