Skip to content

Instantly share code, notes, and snippets.

var questionsAndAnswers = [
{
question: "Question 1: What is the purpose of the Application Picker?",
options: [
"A. Select an application to run",
"B. Select an application as a favorite in the Application Navigator",
"C. Choose an application to edit and set the Application Scope",
"D. Choose an application to download and install"
],
correctAnswer: "C"
@snawaza243
snawaza243 / mydata.json
Created January 2, 2024 10:52
demo json data file
{
"employee": {
"name": "sonoo",
"salary": 56000,
"married": true
}
}
@snawaza243
snawaza243 / db.json
Created August 25, 2023 18:14
story share
{
"user_r_y_s": [
{
"user_name": "admin",
"user_pass": "ite123"
},
{
"user_name": "user",
"user_pass": "123"
}