Sorry For Inconvenience, Site is Under Maintenance. Please Goto HomePage

JSON Fresco Play Hands-On Solutions

Notes Bureau

JSON Fresco Play Hands-On Solutions


Disclaimer: The main motive to provide this solution is to help and support those who are unable to do these courses due to facing some issue and having a little bit lack of knowledge. All of the material and information contained on this website is for knowledge and education purposes only.

Try to understand these solutions and solve your Hands-On problems. (Not encourage copy and paste these solutions)


JSON Fresco Play Hands-On Solutions


Total Hands-On Questions - 6 out of which you have to solve only 3 Question rest 3 are for practice purpose.

3 Practicing Problems are

1. Create JSON - Hands-On
2. JSON Objects - Hands-On
3. JSON Stringify - Hands-On

Please follow the below steps before Run Tests to run your code successfully otherwise you will face some server issues even Hands-On code is correct.

Step 1: Run->Install
Step 2: Run->Run
Step 3: Run Tests

1.Welcome to JSON schema validation : Change datatypes and return required JSON data

Verify JSON Datatypes - Hands-On(15 min)



Welcome to JSON schema validation : Change datatypes and return required JSON data Verify JSON Datatypes - Hands-On

File Name: tindex.js


module.exports= function(){

const data = require("./testdata.json");


/*Explore the JSON file and return required JSON data*/


var json = JSON.parse(data).studentData;

json.forEach(function(element, index){

element['aggregate'] = parseInt(element['aggregate']);

element.forEach(function(per,ind){

per['sub1'] = parseInt(per['sub1']);

per['sub2'] = parseInt(per['sub2']);

per['sub3'] = parseInt(per['sub3']);

});

});

return json;


}



2.Welcome to JSON Data structuring : Create JSON data with Person Object

Looping and Creating Object - Hands-On(15 min)



Welcome to JSON Data structuring : Create JSON data with Person Object Looping and Creating Object - Hands-On

File Name: data.json


{

"persons":{

"Name":"Notes Bureau",

"EmployeeID": 12321,

"Experience" : 3,

"Company": "Notes Bureau",

"Designation": "Software Engineer"

}

}


3.Welcome to JSON Data structuring : Create Array of Favorite Food items objects

JSON.parse() - Hands-On



Welcome to JSON Data structuring : Create Array of Favorite Food items objects JSON.parse() - Hands-On

File Name: data.json


[

{"Name":"Notes Bureau","Type":"Notes Provider","Price":0},

{"Name":"Notes Bureau","Type":"Solution Provider","Price":0},

{"Name":"Notes Bureau","Type":"Content Provider","Price":0}

]


If you want answers to any of the fresco play courses feel free to ask in the comment section, we will surely help.


8 comments

  1. The two practice problems are not getting completed. How to mark them complete?
    1. did u get any solution for rest of two quetion
  2. can you please help us on how to clear my frescoplay hands-on for bellow question in codepen

    Create a JSON Object with the list of countries you would like to visit in your lifetime.

    And try to access the list of city names you don't want to miss in your trip, thus creating nested JSON objects.
    1. Yes I too not aware how to complete
  3. Can I get hands on for selenium webdriver course in frescoplay
    1. Thanks for your comment. Please check Selenium Webdriver Answers uploaded.
  4. Please add JavaScript Essentials fresco play Hands On and MCQs
    1. Uploaded Please Check
Any comments and suggestion will be appreciated.
Cookie Consent
We serve cookies on this site to analyze traffic, remember your preferences, and optimize your experience.
Oops!
It seems there is something wrong with your internet connection. Please connect to the internet and start browsing again.
AdBlock Detected!
We have detected that you are using adblocking plugin in your browser.
The revenue we earn by the advertisements is used to manage this website, we request you to whitelist our website in your adblocking plugin.
Site is Blocked
Sorry! This site is not available in your country.

Join Telegram Channel

Join Notes Bureau Lets Teach and Learn

Join Telegram Channel
CLOSE ADS
CLOSE ADS