JSON & Object Literals
Aug 26 2020- POSTED BY projecth
Array of Objects OR JSON – JavaScript Object Notation Because JavaScript objects provide a structured way to store data, JavaScript […]
Read MoreArray of Objects OR JSON – JavaScript Object Notation Because JavaScript objects provide a structured way to store data, JavaScript […]
Read MoreSometimes called an object for short. A JavaScript object literal is like a series of named variables, each with their […]
Read MoreIt means stopping code execution as soon as possible depending on the value. Logical operators like && and || can be used to control […]
Read MoreSwitch Statement switch, case, default, and break.This switch statement is used for multiple branching logic, where all cases are contained inside one block […]
Read MoreBooleans true or falseThere are other data types that can yield true or false values on comparisonTrue: true, 1, ‘Hello’False: false, 0, ” Operators Double Equals vs. Triple […]
Read MoreWhen presenting your findings, create a narrative to win your management, fellow designers, and engineering and sales teams. Presnetation Checklist […]
Read MoreIf an empathy map is a quick snapshot of your user, consider the as-is journey as the movie version.Time and […]
Read MoreA snapshot of the user’s overall character. It’s divided into four sections:1. Says2. Does3. Thinks4. Feels Timebox of filling an […]
Read MoreDesign+Thinking. The practice of considering a user’s experience throughout the process of creating and improving a product or service. IDEO […]
Read MoreCreating the First Admin Account createsuperuser Creates a superuser. You can now log in to the admin dashboard on loclhost:8000/admin, […]
Read MoreCreate App View [courses/views.py] from django.http import HttpResponse from django.shortcuts import render from .models import Course def course_list(request): courses = […]
Read MoreThe following is a handy command that lets us explore the ORM and create new records QuerySet This looks like […]
Read More