Questions
Linux
Laravel
Mysql
Ubuntu
Git
Menu
HTML
CSS
JAVASCRIPT
SQL
PYTHON
PHP
BOOTSTRAP
JAVA
JQUERY
R
React
Kotlin
×
Linux
Laravel
Mysql
Ubuntu
Git
bartocc
bartocc has asked
3
questions and find answers to
2
problems.
Stats
85
EtPoint
26
Vote count
3
questions
2
answers
About
bartocc questions
Why is { a: y = 1 } = { b: 2 } valid and { a: 1 } = { b: 2 } a SyntaxError?
Why does (function() { return this; }).call('string literal') return [String: 'string literal'] instead of 'string literal'?
bartocc answers
Rspec 2: How to render_views by default for all controller specs