Skip to content

Commit 88b5ea0

Browse files
committed
Update 02/README
1 parent 0939033 commit 88b5ea0

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

steps/02/README.md

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,7 @@ The `ui5 add` command adds specific libraries as dependency to the projects UI5
5252

5353
<details class="ts-only">
5454

55+
### TypeScript Setup
5556

5657
To work with TypeScript, we must install it in our project. To do this, we execute the following command in the terminal:
5758

@@ -120,10 +121,6 @@ Let's go through the compiler options specified in the file:
120121

121122
Now let's move on to the UI work. We create a new `index.?s` script in the webapp folder. In this script, we add a native `alert()` method with the message "UI5 is ready".
122123

123-
```ts
124-
alert("UI5 is ready");
125-
```
126-
127124
```js
128125
alert("UI5 is ready");
129126
```

0 commit comments

Comments
 (0)