Skip to content

Update Readme.md #5

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
57 changes: 57 additions & 0 deletions Basic-JS-tasks/Readme.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,61 @@

Convert the below image to JSON data.


{
"Technical Specifications": {
"Dimensions": {
"Overall length": "3,500 mm",
"Overall width": "1,600 mm",
"Overall height": "1,490 mm",
"Wheelbase": "2,360 mm",
"Track width": {
"Front": "1,405 mm",
"Rear": "1,400 mm"
},
"Minimum turning radius": "4.5 m",
"Minimum ground clearance": "170 mm"
},
"Engine": {
"Type": "KB-Series",
"Number of cylinders": 3,
"Number of valves": 12,
"Capacity": "998 cc",
"Bore x stroke": "73.0 × 79.5 mm",
"Compression ratio": "10:1",
"Maximum power": "67 PS/6,200 rpm",
"Maximum torque": "90 Nm/3,500 rpm",
"Fuel distribution": "Multipoint Injection"
},
"Transmission": {
"Type": "5-speed MT"
},
"Chassis": {
"Steering": {
"Type": "Rack & Pinion",
"Assistance": "Power assisted"
},
"Brakes": {
"Front": "Ventilated discs",
"Rear": "Drums"
},
"Suspension": {
"Front": "MacPherson strut & coil spring",
"Rear": "Isolated trailing link & coil spring"
},
"Shock absorbers":"Gas filled"
},
"Tyre (tubeless)": "155/80R13",
"Weights":{
"Kerb weight (min. with full options)": "860-880 kg",
"Gross vehicle weight":"1,320 kg"
},
"Capacities":{
"Seating capacity":"5 persons",
"Fuel tank capacity":"35 litres"
}
}
}


![question 2](https://user-images.githubusercontent.com/21954626/126737906-d788da43-ce9d-45ec-9a84-d23c32bb7087.jpg)