mirror of
https://github.com/kamranahmedse/developer-roadmap.git
synced 2025-02-21 09:42:29 +01:00
Fix: remove text highlight in links (#3273)
This commit is contained in:
parent
dc56ef6190
commit
faee01b22d
@ -6,12 +6,12 @@ When a runtime error occurs, a new `Error` object is created and thrown. With th
|
||||
|
||||
Besides error constructors, Javascript also has other core Error constructors.
|
||||
|
||||
- [`AggregateError`](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/AggregateError)
|
||||
- [`EvalError`](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/EvalError)
|
||||
- [`InternalError`](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/InternalError)
|
||||
- [`RangeError`](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/RangeError)
|
||||
- [`ReferenceError`](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/ReferenceError)
|
||||
- [`SyntaxError`](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/SyntaxError)
|
||||
- [AggregateError](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/AggregateError)
|
||||
- [EvalError](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/EvalError)
|
||||
- [InternalError](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/InternalError)
|
||||
- [RangeError](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/RangeError)
|
||||
- [ReferenceError](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/ReferenceError)
|
||||
- [SyntaxError](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/SyntaxError)
|
||||
|
||||
## Example
|
||||
|
||||
|
@ -3,14 +3,14 @@
|
||||
NativeDriver is an implementation of the WebDriver API which drives the UI of a native application rather than a web application. It extends the WebDriver API in a few key places, and re-interprets the existing API for native applications.
|
||||
|
||||
- MySQL:
|
||||
- [`mysql`](https://www.npmjs.com/package/mysql)
|
||||
- [`mysql2`](https://www.npmjs.com/package/mysql2)
|
||||
- [mysql](https://www.npmjs.com/package/mysql)
|
||||
- [mysql2](https://www.npmjs.com/package/mysql2)
|
||||
- MariaDB:
|
||||
- [`mariadb`](https://www.npmjs.com/package/mariadb)
|
||||
- [mariadb](https://www.npmjs.com/package/mariadb)
|
||||
- PostgreSQL:
|
||||
- [`pg`](https://www.npmjs.com/package/pg)
|
||||
- [pg](https://www.npmjs.com/package/pg)
|
||||
- Microsoft SQL Server:
|
||||
- [`tedious`](https://www.npmjs.com/package/tedious)
|
||||
- [`mssql`](https://www.npmjs.com/package/mssql)
|
||||
- [tedious](https://www.npmjs.com/package/tedious)
|
||||
- [mssql](https://www.npmjs.com/package/mssql)
|
||||
- Oracle:
|
||||
- [`oracledb`](https://www.npmjs.com/package/oracledb)
|
||||
- [oracledb](https://www.npmjs.com/package/oracledb)
|
||||
|
Loading…
x
Reference in New Issue
Block a user