Javascript -> JavaScript (English) (#35183)
* Javascript -> JavaScript (English) * Update technical documentation page for required change * Update use-class-syntax-to-define-a-constructor-function.english.md * Update left-factorials.md
This commit is contained in:
committed by
The Coding Aviator
parent
fed6ffb606
commit
e84ae45008
@@ -19,7 +19,7 @@ A unit is often seen as the smallest piece of your code that can be accurately t
|
||||
- **Fewer bugs** - Substantial research suggests that applying testing to an application can reduce production bug density by 40% — 80%.
|
||||
- **Cost Reduction** - It's a very early phase in software testing so eventually it reduces cost of Testing as defects are captured in the early stage.
|
||||
|
||||
### Example(In Javascript)
|
||||
### Example(In JavaScript)
|
||||
Suppose there is a function written in file **add.js**
|
||||
```javascript
|
||||
var add = function(number1, number2){
|
||||
|
Reference in New Issue
Block a user