From b690e0e1aa8edc85266f49f75dfd65f1e3780726 Mon Sep 17 00:00:00 2001 From: lisa-wolfgang <43426138+lisa-wolfgang@users.noreply.github.com> Date: Sun, 23 May 2021 09:53:55 -0500 Subject: [PATCH 01/12] Fix broken links --- groceries-js/2.md | 30 +++++++++++++++--------------- 1 file changed, 15 insertions(+), 15 deletions(-) diff --git a/groceries-js/2.md b/groceries-js/2.md index 9e27a86..30e3c38 100644 --- a/groceries-js/2.md +++ b/groceries-js/2.md @@ -24,7 +24,7 @@ Let’s get started by looking at how to add user interface components. The primary difference between building an app for the web and an app with NativeScript is in the UI elements that you use. NativeScript apps do not use a browser and do not have a DOM; therefore, elements like `
` and `` simply do not work. -Instead, NativeScript provides an [extensive suite of UI elements](http://docs.nativescript.org/ui/ui-views), each of which is implemented with native iOS and Android controls. For instance, the [`