File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -145,7 +145,7 @@ Save the file as *index.html* in the *azure-blobs-js-browser* folder.
145
145
146
146
The example code shows you how to accomplish the following tasks with the Azure Blob storage client library for JavaScript:
147
147
148
- * [ Add the initial JavaScript code ] ( #add-the-initial-javascript-code )
148
+ * [ Declare fields for UI elements ] ( #declare-fields-for-ui-elements )
149
149
* [ Add your storage account info] ( #add-your-storage-account-info )
150
150
* [ Create client objects] ( #create-client-objects )
151
151
* [ 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
155
155
156
156
You'll run the code after you add all the snippets to the * index.js* file.
157
157
158
- ### Add the initial JavaScript code
158
+ ### Declare fields for UI elements
159
159
160
160
Add the following code to the end of the * index.js* file.
161
161
162
162
:::code language="JavaScript" source="~ /azure-storage-snippets/blobs/azure-blobs-js-browser/index.js" id="snippet_DeclareVariables":::
163
163
164
164
Save the * index.js* file.
165
165
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.
167
167
168
168
In the following sections, add each new block of JavaScript code after the previous block.
169
169
You can’t perform that action at this time.
0 commit comments