Skip to content
This repository has been archived by the owner on Apr 12, 2024. It is now read-only.

Added disclaimer about the level of experience required in the first paragraph to beginning users. #17068

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.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
5 changes: 5 additions & 0 deletions docs/content/tutorial/index.ngdoc
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,11 @@

# PhoneCat Tutorial App

*** This tutorial assumes that the reader has a basic knowledge of HTML, CSS and Javascript. If you have no
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
*** This tutorial assumes that the reader has a basic knowledge of HTML, CSS and Javascript. If you have no
*** This tutorial assumes that the reader has a fundamental knowledge of HTML, CSS, and JavaScript. If you have no

experience coding or have not been introduced to Javascript, we highly suggest that you take some time
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
experience coding or have not been introduced to Javascript, we highly suggest that you take some time
experience coding or have not been introduced to JavaScript, we highly suggest that you take some time

to learn the basics of Javascript by going to https://www.javascript.com/learn/strings or
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
to learn the basics of Javascript by going to https://www.javascript.com/learn/strings or
to learn the basics of JavaScript by going to [MDN's JavaScript guide](https://developer.mozilla.org/en-US/docs/Web/JavaScript).

https://www.w3schools.com/js/. ***
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
https://www.w3schools.com/js/. ***


A great way to get introduced to AngularJS is to work through this tutorial, which walks you through
the construction of an AngularJS web app. The app you will build is a catalog that displays a list
of Android devices, lets you filter the list to see only devices that interest you, and then view
Expand Down