Skip to content

Commit ed5dc14

Browse files
committed
Edits
1 parent 39b0a2d commit ed5dc14

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

articles/storage/blobs/quickstart-blobs-javascript-browser.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@ Save the file as *index.html* in the *azure-blobs-js-browser* folder.
145145

146146
The example code shows you how to accomplish the following tasks with the Azure Blob storage client library for JavaScript:
147147

148-
* [Add the initial JavaScript code](#add-the-initial-javascript-code)
148+
* [Declare fields for UI elements](#declare-fields-for-ui-elements)
149149
* [Add your storage account info](#add-your-storage-account-info)
150150
* [Create client objects](#create-client-objects)
151151
* [Create and delete a storage container](#create-and-delete-a-storage-container)
@@ -155,15 +155,15 @@ The example code shows you how to accomplish the following tasks with the Azure
155155

156156
You'll run the code after you add all the snippets to the *index.js* file.
157157

158-
### Add the initial JavaScript code
158+
### Declare fields for UI elements
159159

160160
Add the following code to the end of the *index.js* file.
161161

162162
:::code language="JavaScript" source="~/azure-storage-snippets/blobs/azure-blobs-js-browser/index.js" id="snippet_DeclareVariables":::
163163

164164
Save the *index.js* file.
165165

166-
This code creates fields for each HTML element and implements a `reportStatus` function to display output.
166+
This code declares fields for each HTML element and implements a `reportStatus` function to display output.
167167

168168
In the following sections, add each new block of JavaScript code after the previous block.
169169

0 commit comments

Comments
 (0)