-
Comment below with questions or thoughts about the reading for this week's workshop.
Please make your comments by Wednesday 11:59 PM, and upvote at least five of your peers' comments on Thursday pr…
-
### Issue validation
- [X] I checked the issue to prevent duplicate
- [X] I checked my configurations files and the documentation
### Describe the bug
opening the plugin, close and open OB, and the…
-
reading:
* https://www.wsj.com/articles/chatgpt-heralds-an-intellectual-revolution-enlightenment-artificial-intelligence-homo-technicus-
technology-cognition-morality-philosophy-774331c6
* four…
-
[Technical Debt (10 Part Series)](https://dev.to/alexomeyer/series/1691)
1. The one cultural characteristic you need for a healthy codebase
2. How to stop wasting engineering time on technical debt
…
-
# 一、JS没有“真正的数组”
像C++,Java这些编程语言中数组元素分配的内存都是连续,这有利于性能提升,但是JS的数组不是这样的。它使用对象模拟数组,即对象属性为数字,并含有length属性。所以JS数组对象的内存不是连续的,同一般对象内存分配。
# 二、创建数组
## 2.1 字面量方式
```js
var a = [], // 定义空数组
b = [1,true], …
-
-
## Overview
* **Short Description**: We welcome active community members with proven resources to add vitality to the Algorand ecosystem & community. We'd like to establish a long-term cooperation …
-
用 JavaScript 写一个函数,输入 int 型,返回整数逆序后的字符串。如:输入整型 1234,返回字符串“4321”。要求必须使用递归函数调用,不能用全局变量,输入函数必须只有一个参数传入,必须返回字符串。
-
hen I set off to write a book about the middle of bold projects and
entrepreneurial journeys, you might expect that I started with my
own. Having endured five years “bootstrapping” my own
business …
-
# v5 Notary Allocator Application
To apply to be an allocator, organizations will submit one application for each proposed pathway to DataCap. If you will be designing multiple specific pathways, y…