Skip to content

Commit effd7a1

Browse files
committed
Add qualifier regarding offline computation
1 parent 4409972 commit effd7a1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

FAQ.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ Fundamentally, the use cases for numerical and scientific computing in JavaScrip
129129

130130
In addition to the above, JavaScript has additional use cases by virtue of its being the _lingua franca_ of the web.
131131

132-
- offline computation (i.e., an entirely client-side machine learning library does not require a network connection in order to execute commands as is the case, e.g., in the [Jupyter][jupyter] notebook computation model).
132+
- offline computation in web applications (i.e., an entirely client-side machine learning library does not require a network connection in order to execute commands as is the case, e.g., in the [Jupyter][jupyter] notebook computation model).
133133
- rapid prototyping and visualization.
134134
- interactive explanations.
135135

0 commit comments

Comments
 (0)