Skip to content

Commit a8912d6

Browse files
Why some languages have no exceptions?
1 parent 551d94f commit a8912d6

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ This project is admittedly inspired by [Front-end Job Interview Questions](https
1616
1. [Open Questions](#open)
1717
1. [Questions about Design Patterns](#patterns)
1818
1. [Questions about Code Design](#design)
19-
1. [Languages Questions](#languages)
19+
1. [Questions about languages](#languages)
2020
1. [Web Questions](#web)
2121
1. [Databases Questions](#databases)
2222
1. [NoSQL Questions](#nosql)
@@ -120,6 +120,8 @@ This project is admittedly inspired by [Front-end Job Interview Questions](https
120120
* Whats the Stack and what's the Heap?
121121
* Why is it important that in a language functions are first class citizen?
122122
* How is Pattern Matching different than Switch clauses?
123+
* Why do some languages have no exceptions by design? What are the pros and cons?
124+
123125

124126
####[[]](#toc) <a name='web'>Questions about Web development:</a>
125127
* Why first-party cookies and third-party cookies are treated so differently?

0 commit comments

Comments
 (0)